Uses of Class
org.apache.camel.spi.RestConfiguration

Packages that use RestConfiguration
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model.rest The JAXB POJOs for the REST DSL 
 

Uses of RestConfiguration in org.apache.camel
 

Methods in org.apache.camel that return RestConfiguration
 RestConfiguration CamelContext.getRestConfiguration()
          Gets the current REST configuration
 

Methods in org.apache.camel with parameters of type RestConfiguration
 void CamelContext.setRestConfiguration(RestConfiguration restConfiguration)
          Sets a custom RestConfiguration
 

Uses of RestConfiguration in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return RestConfiguration
 RestConfiguration DefaultCamelContext.getRestConfiguration()
           
 

Methods in org.apache.camel.impl with parameters of type RestConfiguration
 void DefaultCamelContext.setRestConfiguration(RestConfiguration restConfiguration)
           
 

Uses of RestConfiguration in org.apache.camel.model.rest
 

Methods in org.apache.camel.model.rest that return RestConfiguration
 RestConfiguration RestConfigurationDefinition.asRestConfiguration(CamelContext context)
          Creates a RestConfiguration instance based on the definition
 



Apache Camel