Apache CXF API

Uses of Interface
org.apache.cxf.service.invoker.Invoker

Packages that use Invoker
org.apache.cxf.frontend   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.validation   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
org.apache.cxf.jca.inbound   
org.apache.cxf.jca.servant   
org.apache.cxf.service   
org.apache.cxf.service.invoker   
org.apache.cxf.ws.rm   
org.apache.cxf.wsdl.service.factory   
 

Uses of Invoker in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return Invoker
protected  Invoker ServerFactoryBean.createInvoker()
           
 Invoker ServerFactoryBean.getInvoker()
           
 

Methods in org.apache.cxf.frontend with parameters of type Invoker
 void ServerFactoryBean.setInvoker(Invoker invoker)
           
 

Uses of Invoker in org.apache.cxf.jaxrs
 

Classes in org.apache.cxf.jaxrs that implement Invoker
 class JAXRSInvoker
           
 

Methods in org.apache.cxf.jaxrs that return Invoker
protected  Invoker JAXRSServerFactoryBean.createInvoker()
           
protected  Invoker JAXRSServiceFactoryBean.createInvoker()
           
 Invoker JAXRSServiceFactoryBean.getInvoker()
           
 Invoker JAXRSServiceImpl.getInvoker()
           
 

Methods in org.apache.cxf.jaxrs with parameters of type Invoker
 void JAXRSServerFactoryBean.setInvoker(Invoker invoker)
          Sets the custom Invoker which can be used to customize the way the default JAX-RS invoker calls on the service bean
 void JAXRSServiceFactoryBean.setInvoker(Invoker invoker)
           
 void JAXRSServiceImpl.setInvoker(Invoker invoker)
           
 

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

Classes in org.apache.cxf.jaxrs.validation that implement Invoker
 class JAXRSBeanValidationInvoker
           
 

Uses of Invoker in org.apache.cxf.jaxws
 

Classes in org.apache.cxf.jaxws that implement Invoker
 class AbstractJAXWSMethodInvoker
           
 class JAXWSMethodInvoker
           
 

Methods in org.apache.cxf.jaxws that return Invoker
protected  Invoker JaxWsServerFactoryBean.createInvoker()
           
 Invoker EndpointImpl.getInvoker()
           
 

Methods in org.apache.cxf.jaxws with parameters of type Invoker
 void EndpointImpl.setInvoker(Invoker invoker)
           
 

Uses of Invoker in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support that return Invoker
protected  Invoker JaxWsServiceFactoryBean.createInvoker()
           
 

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

Classes in org.apache.cxf.jca.inbound that implement Invoker
 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 Invoker in org.apache.cxf.jca.servant
 

Classes in org.apache.cxf.jca.servant that implement Invoker
 class EJBInvoker
           
 

Uses of Invoker in org.apache.cxf.service
 

Methods in org.apache.cxf.service that return Invoker
 Invoker Service.getInvoker()
           
 Invoker ServiceImpl.getInvoker()
           
 

Methods in org.apache.cxf.service with parameters of type Invoker
 void Service.setInvoker(Invoker invoker)
           
 void ServiceImpl.setInvoker(Invoker invoker)
           
 

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

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

Uses of Invoker in org.apache.cxf.ws.rm
 

Classes in org.apache.cxf.ws.rm that implement Invoker
 class Servant
           
 

Methods in org.apache.cxf.ws.rm that return Invoker
 Invoker WrappedService.getInvoker()
           
 

Methods in org.apache.cxf.ws.rm with parameters of type Invoker
 void WrappedService.setInvoker(Invoker arg0)
           
 

Uses of Invoker in org.apache.cxf.wsdl.service.factory
 

Methods in org.apache.cxf.wsdl.service.factory that return Invoker
protected  Invoker ReflectionServiceFactoryBean.createInvoker()
           
 Invoker ReflectionServiceFactoryBean.getInvoker()
           
 

Methods in org.apache.cxf.wsdl.service.factory with parameters of type Invoker
 void ReflectionServiceFactoryBean.setInvoker(Invoker invoker)
           
 


Apache CXF API

Apache CXF