Interface MethodInvocation


public interface MethodInvocation
Information used by Camel to perform method invocation.
  • Method Details

    • getMethod

      Method getMethod()
    • getArguments

      Object[] getArguments()
    • proceed

      boolean proceed(org.apache.camel.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()