org.apache.camel.component.pojo
Class PojoInvocation

java.lang.Object
  extended by org.apache.camel.component.pojo.PojoInvocation

public class PojoInvocation
extends Object


Constructor Summary
PojoInvocation(Object proxy, Method method, Object[] args)
           
 
Method Summary
 Object[] getArgs()
           
 Method getMethod()
           
 Object getProxy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoInvocation

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

getArgs

public Object[] getArgs()

getMethod

public Method getMethod()

getProxy

public Object getProxy()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.