Package org.apache.camel.component.binding

The Binding Component which is a way of wrapping an Endpoint in a contract; such as a Data Format, a Content Enricher or validation step.

See:
          Description

Class Summary
BindingComponent A composite Component which creates a BindingEndpoint from a configured Binding instance and using the optional BindingComponent.setUriPrefix(String) and BindingComponent.setUriPostfix(String) to create the underlying endpoint from the remaining URI
BindingConsumerProcessor Applies a Binding to a consumer
BindingEndpoint Applies a Binding to an underlying Endpoint so that the binding processes messages before its sent to the endpoint and processes messages received by the endpoint consumer before its passed to the real consumer.
BindingNameComponent A Binding component using the URI form binding:nameOfBinding:endpointURI to extract the binding name which is then resolved from the registry and used to create a BindingEndpoint from the underlying Endpoint
BindingProducer A Producer which applies a Binding before invoking the underlying Producer on the Endpoint
 

Package org.apache.camel.component.binding Description

The Binding Component which is a way of wrapping an Endpoint in a contract; such as a Data Format, a Content Enricher or validation step.



Apache Camel