|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.excalibur.component.ComponentProxyGenerator
public final class ComponentProxyGenerator
Create a Component proxy. Requires JDK 1.3+
Constructor Summary | |
---|---|
ComponentProxyGenerator()
Deprecated. Initialize the ComponentProxyGenerator with the default classloader. |
|
ComponentProxyGenerator(ClassLoader parentClassLoader)
Deprecated. Initialize the ComponentProxyGenerator with the supplied classloader. |
Method Summary | |
---|---|
Component |
getCompatibleProxy(Object service)
Deprecated. Get the component wrapped in a proxy. |
Component |
getProxy(String role,
Object service)
Deprecated. Get the Component wrapped in the proxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentProxyGenerator()
public ComponentProxyGenerator(ClassLoader parentClassLoader)
Method Detail |
---|
public Component getProxy(String role, Object service) throws Exception
Exception
public Component getCompatibleProxy(Object service) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |