Apache CXF API

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

Packages that use Invoker
org.apache.cxf.jaxrs   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.factory   
org.apache.cxf.service.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 JAXRSServiceFactoryBean.createInvoker()
           
protected  Invoker JAXRSServerFactoryBean.createInvoker()
           
 Invoker JAXRSServiceFactoryBean.getInvoker()
           
 Invoker JAXRSServiceImpl.getInvoker()
           
 

Methods in org.apache.cxf.jaxrs with parameters of type Invoker
 void JAXRSServiceFactoryBean.setInvoker(Invoker invoker)
           
 void JAXRSServiceImpl.setInvoker(Invoker 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
 

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.factory
 

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

Methods in org.apache.cxf.service.factory with parameters of type Invoker
 void ReflectionServiceFactoryBean.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.
 


Apache CXF API

Apache CXF