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