Uses of Interface
org.apache.cxf.service.invoker.Invoker
Packages that use Invoker
- 
Uses of Invoker in org.apache.cxf.serviceMethods in org.apache.cxf.service that return InvokerMethods in org.apache.cxf.service with parameters of type InvokerModifier and TypeMethodDescriptionvoidService.setInvoker(Invoker invoker) voidServiceImpl.setInvoker(Invoker invoker) 
- 
Uses of Invoker in org.apache.cxf.service.invokerClasses in org.apache.cxf.service.invoker that implement InvokerModifier and TypeClassDescriptionclassAbstract implementation of Invoker.classInvoker for externally created service objects.classThis invoker implementation calls a Factory to create the service object.