Uses of Class
org.apache.cxf.jca.inbound.MDBInvoker
-
Packages that use MDBInvoker Package Description org.apache.cxf.jca.inbound -
-
Uses of MDBInvoker in org.apache.cxf.jca.inbound
Subclasses of MDBInvoker in org.apache.cxf.jca.inbound Modifier and Type Class Description classDispatchMDBInvokerDispatchMDBInvoker 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 Modifier and Type Method Description MDBInvokerInboundEndpoint. getInvoker()Methods in org.apache.cxf.jca.inbound with parameters of type MDBInvoker Modifier and Type Method Description voidInboundEndpoint. setInvoker(MDBInvoker invoker)
-