Interface | Description |
---|---|
InboundBinding<E extends org.apache.camel.Endpoint,S,T> |
Represents the binding of request and response types to an
Exchange . |
InboundBindingSupport<E extends org.apache.camel.Endpoint,S,T> | |
OutboundBinding<E extends org.apache.camel.Endpoint,S,T> |
Represents the binding of request and response types to an
Exchange . |
OutboundBindingSupport<E extends org.apache.camel.Endpoint,S,T> |
Class | Description |
---|---|
HttpBindingInvocationHandler<E extends org.apache.camel.Endpoint,S,T> |
Post-processes
HttpBinding invocations by delegating to an
endpoint's InboundBinding . |
Apache Camel