org.apache.camel.component.bean
Class CamelInvocationHandler

java.lang.Object
  extended by org.apache.camel.component.bean.CamelInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class CamelInvocationHandler
extends Object
implements InvocationHandler

An InvocationHandler which invokes a message exchange on a camel Endpoint

Version:
$Revision: 769448 $

Constructor Summary
CamelInvocationHandler(Endpoint endpoint, Producer producer, MethodInfoCache methodInfoCache)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelInvocationHandler

public CamelInvocationHandler(Endpoint endpoint,
                              Producer producer,
                              MethodInfoCache methodInfoCache)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Apache CAMEL