|
|||||||||||
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()
Deprecated. Initialize the ComponentProxyGenerator with the default classloader. |
|
ComponentProxyGenerator(java.lang.ClassLoader parentClassLoader)
Deprecated. Initialize the ComponentProxyGenerator with the supplied classloader. |
Method Summary | |
Component |
getCompatibleProxy(java.lang.Object service)
Deprecated. Get the component wrapped in a proxy. |
Component |
getProxy(java.lang.String role,
java.lang.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(java.lang.ClassLoader parentClassLoader)
Method Detail |
public Component getProxy(java.lang.String role, java.lang.Object service) throws java.lang.Exception
java.lang.Exception
public Component getCompatibleProxy(java.lang.Object service) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |