org.apache.camel.component.bean
Interface MethodInvocation


public interface MethodInvocation

Information used by Camel to perform method invocation.

Version:

Method Summary
 Object[] getArguments()
           
 Method getMethod()
           
 AccessibleObject getStaticPart()
           
 Object getThis()
           
 boolean proceed(AsyncCallback callback)
          Proceed and invokes the method.
 

Method Detail

getMethod

Method getMethod()

getArguments

Object[] getArguments()

proceed

boolean proceed(AsyncCallback callback)
Proceed and invokes the method.

Parameters:
callback - the callback
Returns:
see AsyncProcessor.process(org.apache.camel.Exchange, org.apache.camel.AsyncCallback)

getThis

Object getThis()

getStaticPart

AccessibleObject getStaticPart()


Apache Camel