org.apache.camel.component.bean
Class CamelInvocationHandler
java.lang.Object
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: 915775 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelInvocationHandler
public CamelInvocationHandler(Endpoint endpoint,
Producer producer,
MethodInfoCache methodInfoCache)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.