Uses of Class
org.apache.camel.model.rest.RestsDefinition

Packages that use RestsDefinition
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
 

Uses of RestsDefinition in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return RestsDefinition
 RestsDefinition RouteBuilder.configureRests(ModelCamelContext context)
          Configures the rests
 RestsDefinition RouteBuilder.getRestCollection()
           
 

Methods in org.apache.camel.builder with parameters of type RestsDefinition
 void RouteBuilder.setRestCollection(RestsDefinition restCollection)
           
 



Apache Camel