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