|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.component.ComponentProxyGenerator
Create a Component proxy. Requires JDK 1.3+
Constructor Summary | |
ComponentProxyGenerator()
Initialize the ComponentProxyGenerator with the default classloader. |
|
ComponentProxyGenerator(ClassLoader parentClassLoader)
Initialize the ComponentProxyGenerator with the supplied classloader. |
Method Summary | |
Component |
getProxy(String role,
Object service)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |