Uses of Class
org.apache.avalon.fortress.impl.factory.AbstractObjectFactory

Packages that use AbstractObjectFactory
org.apache.avalon.fortress.impl.factory   
 

Uses of AbstractObjectFactory in org.apache.avalon.fortress.impl.factory
 

Subclasses of AbstractObjectFactory in org.apache.avalon.fortress.impl.factory
 class NoopObjectFactory
          NoopObjectFactory is used in situations where no proxied objects are desired.
 class ProxyObjectFactory
          An ObjectFactory that delegates to another ObjectFactory and proxies results of that factory.
 class WrapperObjectFactory
          An object factory that delegates all calls to another object factory and wraps the returned object into another object that exposes only the wrapped object's work interface(s).
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.