Using the HL7 Binding Component

HL7 Binding Component Normalized Message Properties for Inbound Endpoints

The following table defines the HL7 Normalized Messages for inbound endpoints.

Table 9 HL7 NM Properties for Inbound Endpoints

Property Name 

Type 

Description and Use 

Host 

org.glassfish.openesb.hl7.inbound.address.host 

java.lang.String 

A URL part, which specifies the connectivity information to connect to the HL7 external system. 

The equivalent WSDL attribute is hl7:address -> location (host). 

Port 

org.glassfish.openesb.hl7.inbound.address.port 

java.lang.String 

A URL part, which specifies the connectivity information to connect to the HL7 external system. 

The equivalent WSDL attribute is hl7:address -> location (port). 

Client Address 

org.glassfish.openesb.hl7.inbound.client.address 

java.lang.String 

Represents the client address and port information. 

This property has no equivalent WSDL attribute. 

Enable Sequence Number Protocol 

org.glassfish.openesb.hl7.inbound.protocolproperties.seqnumenabled 

java.lang.String 

Specifies whether sequence number protocol is enabled or not. 

The equivalent WSDL attribute is hl7:protocolproperties -> seqNumEnabled.