Binding events
The event types available for the IBM® Business Automation Workflow bindings (JMS, JAX-WS, HTTP, EJB, and EIS)
are listed.
All binding events contain a single element, with a base prefix name of binding:WBI.SCA.*.
The event structure is described in the XML Schema Definition (XSD) file
SCABindingEvents.xsd. The file can be found in the
$WAS_HOME/plugins/com.ibm.ws.sca.bindingcore.jar/model directory.
Note: To
enable the monitor event framework, open the following
trace:
Events for the JMS, JAX-WS, HTTP, EJB, and EIS bindings are listed in the sections that
follow. WBIEventMonitor.CEI.SCABinding.*=all:
WBIEventMonitor.LOG.SCABinding.*=all
JMS binding
| Event Name | Event Nature | Event Contents | Type |
|---|---|---|---|
| WBI.SCA.JMSBINDING.ENTRY | ENTRY | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JMS | ||
| DESTINATION | string | ||
| REPLY_DESTINATION | string | ||
| CALLBACK_DESTINATION | string | ||
| DIRECTION | string restriction: REQUEST, RESPONSE | ||
| JMS_TYPE | string restriction: SIBus, GenericJMS, MQJMS, MQNative | ||
| DATABINDING_NAME | string | ||
| MESSAGE_ID | string | ||
| CORRELATION_ID | string | ||
| WBI.SCA.JMSBINDING.EXIT | EXIT | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JMS | ||
| DESTINATION | string | ||
| REPLY_DESTINATION | string | ||
| CALLBACK_DESTINATION | string | ||
| DIRECTION | string restriction: REQUEST, RESPONSE | ||
| JMS_TYPE | string restriction: SIBus, GenericJMS, MQJMS, MQNative | ||
| DATABINDING_NAME | string | ||
| MESSAGE_ID | string | ||
| CORRELATION_ID | string | ||
| WBI.SCA.JMSBINDING.FAILURE | FAILURE | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JMS | ||
| DESTINATION | string | ||
| REPLY_DESTINATION | string | ||
| CALLBACK_DESTINATION | string | ||
| DIRECTION | string restriction: REQUEST, RESPONSE | ||
| JMS_TYPE | string restriction: SIBus, GenericJMS, MQJMS, MQNative | ||
| DATABINDING_NAME | string | ||
| MESSAGE_ID | string | ||
| CORRELATION_ID | string | ||
| Exception | string |
For an example of JMS binding event code, see the related links at the end of this topic.
JAX-WS binding
Events associated with the JAX-WS binding, along with the extended data elements that are unique to each event, are listed in Table 2.| Event Name | Event Nature | Event Contents | Type |
|---|---|---|---|
| WBI.SCA.JAXWSBINDING.ENTRY | ENTRY | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JAX-WS | ||
| SERVICE_QNAME | string | ||
| PORT_QNAME | string | ||
| ENDPOINT | string | ||
| WBI.SCA.JAXWSBINDING.EXIT | EXIT | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JAX-WS | ||
| SERVICE_QNAME | string | ||
| PORT_QNAME | string | ||
| ENDPOINT | string | ||
| WBI.SCA.JAXWSBINDING.FAILURE | FAILURE | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: JAX-WS | ||
| SERVICE_QNAME | string | ||
| PORT_QNAME | string | ||
| ENDPOINT | string | ||
| Exception | string |
HTTP binding
Events associated with the HTTP binding, along with the extended data elements that are unique to each event, are listed in Table 3.| Event Name | Event Nature | Event Contents | Type |
|---|---|---|---|
| WBI.SCA.HTTPBINDING.ENTRY | ENTRY | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: HTTP | ||
| ENDPOINT | string | ||
| HTTPMETHOD | string | ||
| WBI.SCA.HTTPBINDING.EXIT | EXIT | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: HTTP | ||
| ENDPOINT | string | ||
| HTTPMETHOD | string | ||
| WBI.SCA.HTTPBINDING.FAILURE | FAILURE | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: HTTP | ||
| ENDPOINT | string | ||
| HTTPMETHOD | string | ||
| Exception | string |
EJB binding
Events associated with the EJB binding, along with the extended data elements that are unique to each event, are listed in Table 4.| Event Name | Event Nature | Event Contents | Type |
|---|---|---|---|
| WBI.SCA.EJBBINDING.ENTRY | ENTRY | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EJB | ||
| JNDI_NAME | string | ||
| DATABINDING_NAME | string | ||
| WBI.SCA.EJBBINDING.EXIT | EXIT | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EJB | ||
| JNDI_NAME | string | ||
| DATABINDING_NAME | string | ||
| WBI.SCA.EJBBINDING.FAILURE | FAILURE | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EJB | ||
| JNDI_NAME | string | ||
| DATABINDING_NAME | string | ||
| Exception | string |
EIS binding
Events associated with the EIS binding, along with the extended data elements that are unique to each event, are listed in Table 5.| Event Name | Event Nature | Event Contents | Type |
|---|---|---|---|
| WBI.SCA.EISBINDING.ENTRY | ENTRY | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EIS | ||
| RESOURCE_ADAPTER | string | ||
| WBI.SCA.EISBINDING.EXIT | EXIT | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EIS | ||
| RESOURCE_ADAPTER | string | ||
| WBI.SCA.EISBINDING.FAILURE | FAILURE | MODULE_NAME | string |
| BINDING_NAME | string | ||
| OPERATION_NAME | string | ||
| BINDING_TYPE | string restriction: import and export | ||
| BINDING_PROTOCOL | string restriction: EIS | ||
| JNDI_NAME | string | ||
| RESOURCE_ADAPTER | string | ||
| Exception | string |
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15