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

Packages that use 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. 
org.apache.camel.processor.binding Helper classes for the Binding concept on Endpoints. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

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

Methods in org.apache.camel.component.binding that return Binding
 Binding BindingEndpoint.getBinding()
           
 Binding BindingComponent.getBinding()
           
 

Methods in org.apache.camel.component.binding with parameters of type Binding
 void BindingComponent.setBinding(Binding binding)
           
 

Constructors in org.apache.camel.component.binding with parameters of type Binding
BindingComponent(Binding binding)
           
BindingComponent(Binding binding, String uriPrefix)
           
BindingComponent(Binding binding, String uriPrefix, String uriPostfix)
           
BindingEndpoint(String uri, Component component, Binding binding, Endpoint delegate)
           
 

Uses of Binding in org.apache.camel.processor.binding
 

Classes in org.apache.camel.processor.binding that implement Binding
 class DataFormatBinding
          Represents a Binding which Marshals the message in the ProduceProcessor and Unmarshals the message in the ConsumeProcessor
 

Uses of Binding in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return Binding
 Binding HasBinding.getBinding()
          Returns the binding for this endpoint if one can be deduced or is associated
 



Apache Camel