This topic describes the properties for inbound and outbound service descriptions, which are some of the service constructs the EMD generates to enable the adapter to run as a Service Component Architecture (SCA) component.
The inbound service description is written to the Export file. The default Listener interface used is commonj.connector.runtime.InboundListener. The table titled "Inbound service description properties" describes these properties.
Property | File element | Description |
---|---|---|
Inbound connection description | connection element | The instance of class representing the inbound connection. |
List of method descriptions | methodBinding element | A list of method descriptions for inbound processing. |
Function selector | selectorType in connection element | The name of the function selector class. The value is: com.ibm.j2ca.extension.emd. runtime.WBIFunctionSelectorImpl |
The outbound service description is written to the Import file. The table titled "Outbound service description properties" describes these properties.
Property | File element | Description |
---|---|---|
Outbound connection description | connection element | The instance of class representing the outbound connection. |
List of method descriptions | methodBinding element | A list of the method descriptions for outbound processing. |
Parent topic: Using the EMD tool