Interface NamedRoute


public interface NamedRoute
Represents a node in the
invalid reference
routes
which is identified as a route.
  • Method Details

    • getRouteId

      String getRouteId()
      Gets the route id.
    • getNodePrefixId

      String getNodePrefixId()
      Gets the node prefix 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