org.apache.cxf.service.invoker |
|
Java Source File Name | Type | Comment |
AbstractInvoker.java | Class | Abstract implementation of Invoker. |
ApplicationScopePolicy.java | Class | This scope policy implements one servant instance per service. |
BeanInvoker.java | Class | Invoker for externally created service objects. |
FactoryInvoker.java | Class | This invoker implementation calls a Factory to create the service object and
then applies a scope policy for caching. |
LocalFactory.java | Class | The XFire implementation of
Factory interface. |
RequestScopePolicy.java | Class | This scope policy implements one servant instance per request. |
ScopePolicy.java | Interface | This interface represents a scoping policy that caches servant instances
created by a Factory. |
ScopePolicyEditor.java | Class | This class is responsible for converting string to ScopePolicy object. |
SessionScopePolicy.java | Class | This scope policy implements one servant instance per session. |