Class CamelInvocationHandler
java.lang.Object
org.apache.camel.component.bean.AbstractCamelInvocationHandler
org.apache.camel.component.bean.CamelInvocationHandler
- All Implemented Interfaces:
InvocationHandler
An
InvocationHandler which invokes a message exchange on a camel Endpoint-
Field Summary
Fields inherited from class AbstractCamelInvocationHandler
CAMEL_INVOCATION_HANDLER, endpoint, producer -
Constructor Summary
ConstructorsConstructorDescriptionCamelInvocationHandler(org.apache.camel.Endpoint endpoint, boolean binding, org.apache.camel.Producer producer, MethodInfoCache methodInfoCache) -
Method Summary
Methods inherited from class AbstractCamelInvocationHandler
afterInvoke, doInvoke, findSuitableException, getExecutorService, getGenericType, invoke, invokeProxy, invokeWithBody, isValidMethod
-
Constructor Details
-
CamelInvocationHandler
public CamelInvocationHandler(org.apache.camel.Endpoint endpoint, boolean binding, org.apache.camel.Producer producer, MethodInfoCache methodInfoCache)
-
-
Method Details
-
doInvokeProxy
- Specified by:
doInvokeProxyin classAbstractCamelInvocationHandler- Throws:
Throwable
-