Interface | Description |
---|---|
JbiMessageExchangeProcessor |
Class | Description |
---|---|
BaseMessageExchangeProcessor |
Base message exchange processor; handles common JBI message exchange conditions and delegates
actual invocation to subclass.
|
DynamicMessageExchangeProcessor<T> |
JBI message exchange processor that uses
DynamicService for reflection-based method
dispatch. |
EndpointReferenceContextImpl |
Implementation of the ODE
EndpointReferenceContext
interface used by the BPEL engine to convert XML descriptions of endpoint
references (EPRs) into Java object representations. |
MessageExchangeContextImpl |
Implementation of the ODE
MessageExchangeContext
interface. |
MessageExchangePattern |
Constant exchange patter defs.
|
Messages | |
OdeBootstrap |
ODE Implementation of the JBI
Bootstrap
interface. |
OdeComponent |
This class implements
Component interface. |
OdeConfigProperties | |
OdeContext |
Encapsulation of all the junk needed to get the BPEL engine running.
|
OdeLifeCycle |
This class implements ComponentLifeCycle.
|
OdeService |
Bridge JBI (consumer) to ODE (provider).
|
OdeSUManager | |
Receiver |
Receiver pulls messages from the NMS and submits them to ODE for further processing.
|
ServiceBridge |
Base-class for classes providing JBI-ODE translation services.
|