Uses of Interface
org.apache.cxf.common.util.factory.Factory

Packages that use Factory
org.apache.cxf.common.util.factory This package provides interfaces and classes for factory and pool functionality. 
 

Uses of Factory in org.apache.cxf.common.util.factory
 

Classes in org.apache.cxf.common.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.apache.cxf.common.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 AbstractPool.getInstance(Factory factory)
           
 java.lang.Object CachingPool.getInstance(Factory factory)
           
 java.lang.Object ThreadSingletonPool.getInstance(Factory factory)
           
 

Constructors in org.apache.cxf.common.util.factory with parameters of type Factory
PooledFactory(Factory factory, Pool pool)
           
 



Apache CXF