Apache CXF API

Uses of Class
org.apache.cxf.jca.inbound.MDBInvoker

Packages that use MDBInvoker
org.apache.cxf.jca.inbound   
 

Uses of MDBInvoker in org.apache.cxf.jca.inbound
 

Subclasses of MDBInvoker in org.apache.cxf.jca.inbound
 class 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.
 

Methods in org.apache.cxf.jca.inbound that return MDBInvoker
 MDBInvoker InboundEndpoint.getInvoker()
           
 

Methods in org.apache.cxf.jca.inbound with parameters of type MDBInvoker
 void InboundEndpoint.setInvoker(MDBInvoker invoker)
           
 


Apache CXF API

Apache CXF