Uses of Package
org.apache.camel.model.rest

Packages that use org.apache.camel.model.rest
org.apache.camel The core Camel API. 
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.model.rest The JAXB POJOs for the REST DSL 
 

Classes in org.apache.camel.model.rest used by org.apache.camel
RestDefinition
          Represents an XML <rest/> element
 

Classes in org.apache.camel.model.rest used by org.apache.camel.builder
RestConfigurationDefinition
          Represents an XML <restConfiguration/> element
RestDefinition
          Represents an XML <rest/> element
RestsDefinition
          Represents a collection of REST's
 

Classes in org.apache.camel.model.rest used by org.apache.camel.impl
RestDefinition
          Represents an XML <rest/> element
 

Classes in org.apache.camel.model.rest used by org.apache.camel.model
RestDefinition
          Represents an XML <rest/> element
 

Classes in org.apache.camel.model.rest used by org.apache.camel.model.rest
RestBindingMode
           
RestConfigurationDefinition
          Represents an XML <restConfiguration/> element
RestContainer
          Container to hold Rest.
RestDefinition
          Represents an XML <rest/> element
RestHostNameResolver
           
RestPropertyDefinition
          Represents the XML type for <restProperty>.
VerbDefinition
           
 



Apache Camel