Package org.apache.cxf.jca.inbound


package org.apache.cxf.jca.inbound
  • Class
    Description
    DispatchMDBActivationSpec is an ActivationSpec that activates a CXF service endpoint facade to dispatch call to the target Stateless Session Bean.
    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.
    The DispatchMDBMessageListener is intended to be used as the <messagelistener-type> of an <inbound-resourcesadapter> in the resource adapter's deployment descriptor (ra.xml).
    DispatchMDBMessageListenerImpl supports dispatching of calls to a Stateless Session Bean.
    An inbound endpoint is a CXF service endpoint facade exposed by the JCA connector.
    MDBActivationSpec is an ActivationSpec that activates a CXF service endpoint facade.
    MDBActivationWork is a type of Work that is executed by WorkManager.
    An invoker that supports direct Message Driven Bean invocation.