public class CamelInvocationHandler extends AbstractCamelInvocationHandler implements InvocationHandler
InvocationHandler which invokes a message
exchange on a camel Endpointendpoint, producer| Constructor and Description |
|---|
CamelInvocationHandler(Endpoint endpoint,
boolean binding,
Producer producer,
MethodInfoCache methodInfoCache) |
CamelInvocationHandler(Endpoint endpoint,
Producer producer,
MethodInfoCache methodInfoCache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
doInvokeProxy(Object proxy,
Method method,
Object[] args) |
afterInvoke, doInvoke, findSuitableException, getExecutorService, getGenericType, invoke, invokeProxy, invokeWithBody, isValidMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvoke@Deprecated public CamelInvocationHandler(Endpoint endpoint, Producer producer, MethodInfoCache methodInfoCache)
public CamelInvocationHandler(Endpoint endpoint, boolean binding, Producer producer, MethodInfoCache methodInfoCache)
public Object doInvokeProxy(Object proxy, Method method, Object[] args) throws Throwable
doInvokeProxy in class AbstractCamelInvocationHandlerThrowableApache Camel