Package org.apache.camel.processor.binding

Helper classes for the Binding concept on Endpoints.

See:
          Description

Class Summary
DataFormatBinding Represents a Binding which Marshals the message in the ProduceProcessor and Unmarshals the message in the ConsumeProcessor
RestBindingProcessor A Processor that binds the REST DSL incoming and outgoing messages from sources of json or xml to Java Objects.
 

Exception Summary
BindingException An exception if a binding is not possible, such as binding to json or xml cannot be done.
 

Package org.apache.camel.processor.binding Description

Helper classes for the Binding concept on Endpoints.



Apache Camel