Apache CXF API

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

Packages that use org.apache.cxf.service.invoker
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   
 

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
MethodDispatcher
          Provides functionality to map BindingOperations to Methods and vis a versa.
 

Classes in org.apache.cxf.service.invoker used by org.apache.cxf.service.invoker
AbstractInvoker
          Abstract implementation of Invoker.
Factory
          Represents an object factory.
Invoker
          Invokers control how a particular service is invoked.
 


Apache CXF API

Apache CXF