Package org.apache.camel.component.gae.bind

Interface Summary
InboundBinding<E extends Endpoint,S,T> Represents the binding of request and response types to an Exchange.
InboundBindingSupport<E extends Endpoint,S,T> Implemented by Endpoints that provide an InboundBinding to Consumers.
OutboundBinding<E extends Endpoint,S,T> Represents the binding of request and response types to an Exchange.
OutboundBindingSupport<E extends Endpoint,S,T> Implemented by Endpoints that provide an OutboundBinding to Producers.
 

Class Summary
HttpBindingInvocationHandler<E extends Endpoint,S,T> Post-processes HttpBinding invocations by delegating to an endpoint's InboundBinding.
 



Apache Camel