Package org.apache.camel.builder
Interface ModelRoutesBuilder
- All Known Implementing Classes:
AdviceWithRouteBuilder,RouteBuilder,RouteConfigurationBuilder
public interface ModelRoutesBuilder
A
RoutesBuilder that provides access to the model definitions.-
Method Summary
Modifier and TypeMethodDescriptiongetRests()Gets the rest-dslGets the routesvoidprepareModel(org.apache.camel.CamelContext context) Prepares the model definitions of this builder.
-
Method Details
-
prepareModel
Prepares the model definitions of this builder.- Throws:
Exception
-
getRoutes
RoutesDefinition getRoutes()Gets the routes -
getRests
RestsDefinition getRests()Gets the rest-dsl
-