Apache CXF API

Package org.apache.cxf.common.util.factory

This package provides interfaces and classes for factory and pool functionality.

See:
          Description

Interface Summary
Factory Represents an object factory.
Pool Represents a pooling strategy for certain object instance.
 

Class Summary
AbstractPool A simple implementation of Pool that uses null to indicate non-existent pool entry.
CachingPool A thread-unsafe implementation of Pool that does simple caching.
PooledFactory This class decorates a Factory object that uses a Pool strategy to cache the factory result;
ThreadSingletonPool Represents a pooling strategy that pools the data into a ThreadLocal object.
 

Package org.apache.cxf.common.util.factory Description

This package provides interfaces and classes for factory and pool functionality.


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.