| Package | Description |
|---|---|
| org.apache.avalon.fortress.impl.factory |
ObjectFactory wrappers to provide proxied components to the container.
|
| Modifier and Type | Class and Description |
|---|---|
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).
|