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

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

Uses of ScopePolicy in org.codehaus.xfire.picocontainer
 

Methods in org.codehaus.xfire.picocontainer that return ScopePolicy
static ScopePolicy PicoObjectServiceFactory.getDefaultScope()
          Get the default scope policy when no scope policy is specified.
 

Constructors in org.codehaus.xfire.picocontainer with parameters of type ScopePolicy
PicoObjectServiceFactory(ScopePolicy scope, ObjectReference picoReference)
          To create a PicoObjectServiceFactory.
PicoObjectServiceFactory(ScopePolicy scope, ObjectReference picoReference, TransportManager transportManager, BindingProvider provider)
          Create a PicoObjectServiceFactory object.
 

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 ApplicationScopePolicy.instance()
           
static ScopePolicy RequestScopePolicy.instance()
           
static ScopePolicy SessionScopePolicy.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-2006 Envoi Solutions LLC. All Rights Reserved.