Package org.apache.cxf.service.invoker

Interface Summary
Invoker Invokers control how a particular service is invoked.
ScopePolicy This interface represents a scoping policy that caches servant instances created by a Factory.
 

Class Summary
AbstractInvoker Abstract implementation of Invoker.
ApplicationScopePolicy This scope policy implements one servant instance per service.
BeanInvoker Invoker for externally created service objects.
FactoryInvoker This invoker implementation calls a Factory to create the service object and then applies a scope policy for caching.
LocalFactory The XFire implementation of Factory interface.
RequestScopePolicy This scope policy implements one servant instance per request.
ScopePolicyEditor This class is responsible for converting string to ScopePolicy object.
SessionScopePolicy This scope policy implements one servant instance per session.
 



Apache CXF