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

Packages that use Factory
org.codehaus.xfire.picocontainer.util   
org.codehaus.xfire.plexus   
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.picocontainer.util
 

Classes in org.codehaus.xfire.picocontainer.util that implement Factory
 class PicoFactory
          This is a simple adapter from pico container to Factory
 

Uses of Factory in org.codehaus.xfire.plexus
 

Classes in org.codehaus.xfire.plexus that implement Factory
 class ServiceLocatorFactory
          This is a simple adapter from plexus service locator to Factory
 

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

Methods in org.codehaus.xfire.service.invoker that return Factory
 Factory ApplicationScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory RequestScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 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)
           
 

Methods in org.codehaus.xfire.service.invoker with parameters of type Factory
 Factory ApplicationScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 Factory RequestScopePolicy.applyScope(Factory f, MessageContext ctxt)
           
 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)
           
 

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 CachingPool.getInstance(Factory 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 SingletonPool.getInstance(Factory factory)
           
 java.lang.Object ThreadSingletonPool.getInstance(Factory factory)
           
 

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



Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.