public interface MethodInvocation
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
boolean |
proceed(org.apache.camel.AsyncCallback callback)
Proceed and invokes the method.
|
Method getMethod()
Object[] getArguments()
boolean proceed(org.apache.camel.AsyncCallback callback)
callback
- the callbackAsyncProcessor.process(org.apache.camel.Exchange, org.apache.camel.AsyncCallback)
Object getThis()
AccessibleObject getStaticPart()
Apache Camel