org.apache.avalon.fortress.impl.factory
Class ProxyManager
java.lang.Object
|
+--org.apache.avalon.fortress.impl.factory.ProxyManager
- public final class ProxyManager
- extends Object
ProxyManager is used to abstract away the plumbing for the underlying
proxy generator. Each proxy solution has to implement the ObjectFactory interface,
that way we can keep a soft dependency on things like BCEL.
- Version:
- CVS $ Revision: 1.1 $
- Author:
- Berin Loritsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISCOVER
public static final int DISCOVER
- See Also:
- Constant Field Values
NONE
public static final int NONE
- See Also:
- Constant Field Values
BCEL
public static final int BCEL
- See Also:
- Constant Field Values
PROXY
public static final int PROXY
- See Also:
- Constant Field Values
ProxyManager
public ProxyManager(int type)
throws Exception
getWrappedObjectFactory
public ObjectFactory getWrappedObjectFactory(ObjectFactory source)
throws Exception
Exception
Copyright © 2000-2002 Apache Avalon Project. All Rights Reserved.