Apache CXF API

Package org.apache.cxf.jca.inbound

Interface Summary
DispatchMDBMessageListener The DispatchMDBMessageListener is intended to be used as the of an in the resource adapter's deployment descriptor (ra.xml).
 

Class Summary
DispatchMDBActivationSpec DispatchMDBActivationSpec is an ActivationSpec that activates a CXF service endpoint facade to dispatch call to the target Stateless Session Bean.
DispatchMDBInvoker DispatchMDBInvoker is executed in the context of a Message Driven Bean that dispatches calls to the target Session Bean where the service logic is implemented.
DispatchMDBMessageListenerImpl DispatchMDBMessageListenerImpl supports dispatching of calls to a Stateless Session Bean.
InboundEndpoint An inbound endpoint is a CXF service endpoint facade exposed by the JCA connector.
MDBActivationSpec MDBActivationSpec is an ActivationSpec that activates a CXF service endpoint facade.
MDBActivationWork MDBActivationWork is a type of Work that is executed by WorkManager.
MDBInvoker An invoker that supports direct Message Driven Bean invocation.
 


Apache CXF API

Apache CXF