public interface RestContainer
Rest.| Modifier and Type | Method and Description |
|---|---|
List<RestDefinition> |
getRests()
Returns the RESTs
|
void |
setRests(List<RestDefinition> rests)
Sets the RESTs to use
|
List<RestDefinition> getRests()
void setRests(List<RestDefinition> rests)
rests - the RESTsApache Camel