org.apache.camel.component.bean
Interface MethodInvocation


public interface MethodInvocation

Information used by Camel to perform method invocation.

Version:
$Revision: 704061 $

Method Summary
 Object[] getArguments()
           
 Method getMethod()
           
 AccessibleObject getStaticPart()
           
 Object getThis()
           
 Object proceed()
           
 

Method Detail

getMethod

Method getMethod()

getArguments

Object[] getArguments()

proceed

Object proceed()
               throws Exception
Throws:
Exception

getThis

Object getThis()

getStaticPart

AccessibleObject getStaticPart()


Apache CAMEL