com.ibm.websphere.sca.bindingcore

Interface WPSBindingContext

All Superinterfaces:
commonj.connector.runtime.BindingContext, java.io.Serializable

  1. public interface WPSBindingContext
  2. extends commonj.connector.runtime.BindingContext
IBM Business Process Manager binding context used to specify Process Server specific binding context types and values.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
BINDING_TYPE_GENERIC_JMS
Value for BINDING_TYPE, specifying the GENERIC_JMS.
  1. static
  2. java.lang.String
BINDING_TYPE_HTTP
Value for BINDING_TYPE, specifying the HTTP.
  1. static
  2. java.lang.String
BINDING_TYPE_JMS
Value for BINDING_TYPE, specifying the JMS.
  1. static
  2. java.lang.String
BINDING_TYPE_MQ
Value for BINDING_TYPE, specifying the MQ.
  1. static
  2. java.lang.String
BINDING_TYPE_MQ_JMS
Value for BINDING_TYPE, specifying the MQ_JMS.
  1. static
  2. java.lang.String
BINDING_TYPE_SLSB
Value for BINDING_TYPE, specifying the Stateless Session Bean
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.lang.String
EXPECTED_ELEMENT
expected element
  1. static
  2. java.lang.String
FAULT_NAME
Fault name
  1. static
  2. java.lang.String
TRANSFORMED_DATA
The data that is already transformed.
Fields inherited from interface commonj.connector.runtime.BindingContext
BINDING_COMMUNICATION, BINDING_COMMUNICATION_INBOUND, BINDING_COMMUNICATION_OUTBOUND, BINDING_CONFIGURATION, BINDING_INVOCATION, BINDING_INVOCATION_FAULT, BINDING_INVOCATION_REQUEST, BINDING_INVOCATION_RESPONSE, BINDING_NAME, BINDING_REGISTRY, BINDING_TYPE, BINDING_TYPE_EIS, EXPECTED_TYPE, INTERACTION_SPEC

Method Summary

Methods inherited from interface commonj.connector.runtime.BindingContext
setBindingContext

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

BINDING_TYPE_HTTP

  1. static final java.lang.String BINDING_TYPE_HTTP
Value for BINDING_TYPE, specifying the HTTP.
See Also:

BINDING_TYPE_JMS

  1. static final java.lang.String BINDING_TYPE_JMS
Value for BINDING_TYPE, specifying the JMS.
See Also:

BINDING_TYPE_GENERIC_JMS

  1. static final java.lang.String BINDING_TYPE_GENERIC_JMS
Value for BINDING_TYPE, specifying the GENERIC_JMS.
See Also:

BINDING_TYPE_MQ

  1. static final java.lang.String BINDING_TYPE_MQ
Value for BINDING_TYPE, specifying the MQ.
See Also:

BINDING_TYPE_MQ_JMS

  1. static final java.lang.String BINDING_TYPE_MQ_JMS
Value for BINDING_TYPE, specifying the MQ_JMS.
See Also:

BINDING_TYPE_SLSB

  1. static final java.lang.String BINDING_TYPE_SLSB
Value for BINDING_TYPE, specifying the Stateless Session Bean
See Also:

EXPECTED_ELEMENT

  1. static final java.lang.String EXPECTED_ELEMENT
expected element
See Also:

FAULT_NAME

  1. static final java.lang.String FAULT_NAME
Fault name
See Also:

TRANSFORMED_DATA

  1. static final java.lang.String TRANSFORMED_DATA
The data that is already transformed. This is for context sharing purposes.
See Also: