|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.component.bean.AbstractCamelInvocationHandler
org.apache.camel.component.bean.CamelInvocationHandler
public class CamelInvocationHandler
An InvocationHandler which invokes a message
exchange on a camel Endpoint
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.component.bean.AbstractCamelInvocationHandler |
|---|
endpoint, producer |
| Constructor Summary | |
|---|---|
CamelInvocationHandler(Endpoint endpoint,
Producer producer,
MethodInfoCache methodInfoCache)
|
|
| Method Summary | |
|---|---|
Object |
doInvokeProxy(Object proxy,
Method method,
Object[] args)
|
| Methods inherited from class org.apache.camel.component.bean.AbstractCamelInvocationHandler |
|---|
afterInvoke, findSuitableException, getExecutorService, getGenericType, invoke, invokeWithBody, isValidMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.reflect.InvocationHandler |
|---|
invoke |
| Constructor Detail |
|---|
public CamelInvocationHandler(Endpoint endpoint,
Producer producer,
MethodInfoCache methodInfoCache)
| Method Detail |
|---|
public Object doInvokeProxy(Object proxy,
Method method,
Object[] args)
throws Throwable
doInvokeProxy in class AbstractCamelInvocationHandlerThrowable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||