Uses of Package
org.apache.camel.component.binding

Packages that use org.apache.camel.component.binding
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. 
 

Classes in org.apache.camel.component.binding used by org.apache.camel.component.binding
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.
 



Apache Camel