Uses of Interface
org.codehaus.xfire.service.invoker.ScopePolicy

Packages that use ScopePolicy
org.codehaus.xfire.service.invoker   
 

Uses of ScopePolicy in org.codehaus.xfire.service.invoker
 

Classes in org.codehaus.xfire.service.invoker that implement ScopePolicy
 class ApplicationScopePolicy
          This scope policy implements one servant instance per service.
 class RequestScopePolicy
          This scope policy implements one servant instance per request.
 class SessionScopePolicy
          This scope policy implements one servant instance per session.
 

Methods in org.codehaus.xfire.service.invoker that return ScopePolicy
static ScopePolicy ScopePolicyEditor.getDefaultScope()
          To get the default scope policy when no policy is specified.
 ScopePolicy ObjectInvoker.getScope()
          Get the scope policy used by this class.
static ScopePolicy SessionScopePolicy.instance()
           
static ScopePolicy ApplicationScopePolicy.instance()
           
static ScopePolicy RequestScopePolicy.instance()
           
static ScopePolicy ScopePolicyEditor.toScopePolicy(java.lang.String policy)
          Convert a policy name to ScopePolicy object.
 

Constructors in org.codehaus.xfire.service.invoker with parameters of type ScopePolicy
FactoryInvoker(Factory factory, ScopePolicy scope)
          Create a FactoryInvoker object.
ObjectInvoker(ScopePolicy policy)
           
 



Copyright © 2004-2010. All Rights Reserved.