org.apache.camel.component.bean
Interface MethodInvocation


public interface MethodInvocation

Version:
$Revision: $

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

Method Detail

getMethod

Method getMethod()

getArguments

Object[] getArguments()

proceed

Object proceed()
               throws Throwable
Throws:
Throwable

getThis

Object getThis()

getStaticPart

AccessibleObject getStaticPart()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.