Package org.apache.camel.model.rest
Interface RestContainer
- All Known Implementing Classes:
RestsDefinition
public interface RestContainer
Container to hold
Rest.-
Method Summary
Modifier and TypeMethodDescriptiongetRests()Returns the RESTsvoidsetRests(List<RestDefinition> rests) Sets the RESTs to use
-
Method Details
-
getRests
List<RestDefinition> getRests()Returns the RESTs- Returns:
- the RESTs
-
setRests
Sets the RESTs to use- Parameters:
rests- the RESTs
-