org.apache.camel.component.gae.bind
Class HttpBindingInvocationHandler<E extends org.apache.camel.Endpoint,S,T>

java.lang.Object
  extended by org.apache.camel.component.gae.bind.HttpBindingInvocationHandler<E,S,T>
All Implemented Interfaces:
InvocationHandler

public class HttpBindingInvocationHandler<E extends org.apache.camel.Endpoint,S,T>
extends Object
implements InvocationHandler

Post-processes HttpBinding invocations by delegating to an endpoint's InboundBinding.


Constructor Summary
HttpBindingInvocationHandler(E endpoint, org.apache.camel.component.http.HttpBinding httpBinding, InboundBinding<E,S,T> inboundBinding)
           
 
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

HttpBindingInvocationHandler

public HttpBindingInvocationHandler(E endpoint,
                                    org.apache.camel.component.http.HttpBinding httpBinding,
                                    InboundBinding<E,S,T> inboundBinding)
Method Detail

invoke

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


Apache Camel