org.apache.camel.component.bean
Class BeanInvocation
java.lang.Object
org.apache.camel.component.bean.BeanInvocation
public class BeanInvocation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanInvocation
public BeanInvocation(Object proxy,
Method method,
Object[] args)
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.