Package org.apache.avalon.fortress.impl.factory

Interface Summary
WrapperClass The interface WrapperClass provides a means of asking a dynamically created wrapper for a given object for said wrapped object.
 

Class Summary
AbstractObjectFactory AbstractObjectFactory does XYZ
BCELCodeGenerator BCELCodeGenerator creates implementations for the Methods and Fields needed in creating a WrapperClass.
NoopObjectFactory NoopObjectFactory is used in situations where no proxied objects are desired.
ProxyManager ProxyManager is used to abstract away the plumbing for the underlying proxy generator.
ProxyObjectFactory An ObjectFactory that delegates to another ObjectFactory and proxies results of that factory.
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.