Uses of Interface
org.apache.cxf.service.invoker.Invoker
Package
Description
This package and its sub packages contain classes relating to services and the CXF
service model
-
Uses of Invoker in org.apache.cxf.service
Modifier and TypeMethodDescriptionvoid
Service.setInvoker
(Invoker invoker) void
ServiceImpl.setInvoker
(Invoker invoker) -
Uses of Invoker in org.apache.cxf.service.invoker
Modifier and TypeClassDescriptionclass
Abstract implementation of Invoker.class
Invoker for externally created service objects.class
This invoker implementation calls a Factory to create the service object.