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. |