Apache CXF API

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

Packages that use AbstractInvoker
org.apache.cxf.jaxrs   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws22   
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.jaxws
 

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

Uses of AbstractInvoker in org.apache.cxf.jaxws22
 

Subclasses of AbstractInvoker in org.apache.cxf.jaxws22
 class JAXWS22Invoker
           
 

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