Apache CXF API

Uses of Class
org.apache.cxf.service.invoker.AbstractInvoker

Packages that use AbstractInvoker
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.validation   
org.apache.cxf.jaxws   
org.apache.cxf.jca.inbound   
org.apache.cxf.jca.servant   
org.apache.cxf.service.invoker   
 

Uses of AbstractInvoker in org.apache.cxf.jaxrs
 

Subclasses of AbstractInvoker in org.apache.cxf.jaxrs
 class JAXRSInvoker
           
 

Uses of AbstractInvoker in org.apache.cxf.jaxrs.validation
 

Subclasses of AbstractInvoker in org.apache.cxf.jaxrs.validation
 class JAXRSBeanValidationInvoker
           
 

Uses of AbstractInvoker in org.apache.cxf.jaxws
 

Subclasses of AbstractInvoker in org.apache.cxf.jaxws
 class AbstractJAXWSMethodInvoker
           
 class JAXWSMethodInvoker
           
 

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

Subclasses of AbstractInvoker 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.
 class MDBInvoker
          An invoker that supports direct Message Driven Bean invocation.
 

Uses of AbstractInvoker in org.apache.cxf.jca.servant
 

Subclasses of AbstractInvoker in org.apache.cxf.jca.servant
 class EJBInvoker
           
 

Uses of AbstractInvoker in org.apache.cxf.service.invoker
 

Subclasses of AbstractInvoker in org.apache.cxf.service.invoker
 class BeanInvoker
          Invoker for externally created service objects.
 class FactoryInvoker
          This invoker implementation calls a Factory to create the service object.
 


Apache CXF API

Apache CXF