Class Summary |
AbstractObjectFactory |
AbstractObjectFactory does XYZ |
BCELCodeGenerator |
BCELCodeGenerator creates implementations for the
Method s and
Field s 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). |