|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.bean.ProxyHelper
public final class ProxyHelper
A helper class for creating proxies which delegate to Camel
| Method Summary | ||
|---|---|---|
static Object |
createProxy(Endpoint endpoint,
Class[] interfaces)
Creates a Proxy which sends PojoExchange to the endpoint. |
|
static
|
createProxy(Endpoint endpoint,
Class<T> interfaceClass)
Creates a Proxy which sends PojoExchange to the endpoint. |
|
static Object |
createProxy(Endpoint endpoint,
ClassLoader cl,
Class[] interfaces)
Creates a Proxy which sends PojoExchange to the endpoint. |
|
static
|
createProxy(Endpoint endpoint,
ClassLoader cl,
Class<T> interfaceClass)
Creates a Proxy which sends PojoExchange to the endpoint. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object createProxy(Endpoint endpoint,
ClassLoader cl,
Class[] interfaces)
throws Exception
Exception
public static Object createProxy(Endpoint endpoint,
Class[] interfaces)
throws Exception
Exception
public static <T> T createProxy(Endpoint endpoint,
ClassLoader cl,
Class<T> interfaceClass)
throws Exception
Exception
public static <T> T createProxy(Endpoint endpoint,
Class<T> interfaceClass)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||