Package org.apache.camel
Interface NamedRoute
public interface NamedRoute
Represents a node in the
routes which is identified as a route.-
Method Summary
Modifier and TypeMethodDescriptionGets the route endpoint url.getInput()Gets the route inputGets the route id.booleanIs the route created from Rest DSLbooleanIs the route created from template;
-
Method Details
-
getRouteId
String getRouteId()Gets the route id. -
getEndpointUrl
String getEndpointUrl()Gets the route endpoint url. -
isCreatedFromTemplate
boolean isCreatedFromTemplate()Is the route created from template; -
isCreatedFromRest
boolean isCreatedFromRest()Is the route created from Rest DSL -
getInput
NamedNode getInput()Gets the route input
-