org.apache.camel.component.bean
Class BeanInvocation

java.lang.Object
  extended by org.apache.camel.component.bean.BeanInvocation

public class BeanInvocation
extends Object


Constructor Summary
BeanInvocation(Object proxy, Method method, Object[] args)
           
 
Method Summary
 Object[] getArgs()
           
 Method getMethod()
           
 Object getProxy()
           
 void invoke(Object pojo, Exchange exchange)
          This causes us to invoke the endpoint Pojo using reflection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInvocation

public BeanInvocation(Object proxy,
                      Method method,
                      Object[] args)
Method Detail

getArgs

public Object[] getArgs()

getMethod

public Method getMethod()

getProxy

public Object getProxy()

invoke

public void invoke(Object pojo,
                   Exchange exchange)
This causes us to invoke the endpoint Pojo using reflection.

Parameters:
pojo -


Copyright © 2007 Apache Software Foundation. All Rights Reserved.