Uses of Package
org.apache.cxf.service.invoker

Packages that use org.apache.cxf.service.invoker
org.apache.cxf.frontend   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
org.apache.cxf.jca.inbound   
org.apache.cxf.jca.servant   
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   
org.apache.cxf.ws.rm   
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.frontend
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.jaxws
AbstractInvoker
          Abstract implementation of Invoker.
FactoryInvoker
          This invoker implementation calls a Factory to create the service object and then applies a scope policy for caching.
Invoker
          Invokers control how a particular service is invoked.
ScopePolicy
          This interface represents a scoping policy that caches servant instances created by a Factory.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.jaxws.support
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.jca.inbound
AbstractInvoker
          Abstract implementation of Invoker.
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.jca.servant
AbstractInvoker
          Abstract implementation of Invoker.
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.service
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.service.factory
Invoker
          Invokers control how a particular service is invoked.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.service.invoker
AbstractInvoker
          Abstract implementation of Invoker.
Invoker
          Invokers control how a particular service is invoked.
ScopePolicy
          This interface represents a scoping policy that caches servant instances created by a Factory.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.ws.rm
Invoker
          Invokers control how a particular service is invoked.
 



Apache CXF