Package org.codehaus.xfire.service.invoker

Interface Summary
Invoker The invoker class allows you to control how your service class 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.
ObjectInvoker An invoker which instantiates classes automatically based on the Service's scope.
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.
 



Copyright © 2004-2013. All Rights Reserved.