Uses of Interface
org.apache.camel.spi.HasBinding

Packages that use HasBinding
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. 
 

Uses of HasBinding in org.apache.camel.component.binding
 

Classes in org.apache.camel.component.binding that implement HasBinding
 class 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