Uses of Interface
org.codehaus.xfire.util.factory.Factory

Packages that use Factory
org.codehaus.xfire.service.invoker   
org.codehaus.xfire.util.factory This package provides interfaces and classes for factory and pool functionality. 
 

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

Classes in org.codehaus.xfire.service.invoker that implement Factory
 class LocalFactory
          The XFire implementation of Factory interface.
 

Methods in org.codehaus.xfire.service.invoker that return Factory
 Factory ScopePolicy.applyScope(Factory f, MessageContext ctxt)
          Apply scope policy to a Factory object so that the instance created by the Factory object can be cached properly.
 Factory SessionScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory ApplicationScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory RequestScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 

Methods in org.codehaus.xfire.service.invoker with parameters of type Factory
 Factory ScopePolicy.applyScope(Factory f, MessageContext ctxt)
          Apply scope policy to a Factory object so that the instance created by the Factory object can be cached properly.
 Factory SessionScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory ApplicationScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory RequestScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 

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

Uses of Factory in org.codehaus.xfire.util.factory
 

Classes in org.codehaus.xfire.util.factory that implement Factory
 class PooledFactory
          This class decorates a Factory object that uses a Pool strategy to cache the factory result;
 

Methods in org.codehaus.xfire.util.factory with parameters of type Factory
 java.lang.Object Pool.getInstance(Factory factory)
          Apply the pooling strategy and return an instance from either the pool or the factory.
 java.lang.Object SimplePool.getInstance(Factory factory)
           
 java.lang.Object ThreadSingletonPool.getInstance(Factory factory)
           
 java.lang.Object CachingPool.getInstance(Factory factory)
           
 java.lang.Object SingletonPool.getInstance(Factory factory)
           
 

Constructors in org.codehaus.xfire.util.factory with parameters of type Factory
PooledFactory(Factory factory, Pool pool)
           
 



Copyright © 2004-2010. All Rights Reserved.