public static interface RestRegistry.RestService
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Gets the base path to the REST service
|
String |
getBaseUrl()
Gets the base url to the REST service
|
Consumer |
getConsumer()
Gets the consumer of the REST service
|
String |
getConsumes()
Optional details about what media-types the REST service accepts
|
String |
getDescription()
Optional description about this rest service.
|
String |
getInType()
Optional detail about input binding to a FQN class name.
|
String |
getMethod()
Gets the HTTP method (GET, POST, PUT etc)
|
String |
getOutType()
Optional detail about output binding to a FQN class name.
|
String |
getProduces()
Optional details about what media-types the REST service returns
|
String |
getRouteId()
Gets the id of the route this rest service will be using.
|
String |
getState()
Gets the state of the REST service (started, stopped, etc)
|
String |
getUriTemplate()
Gets the uri template
|
String |
getUrl()
Gets the absolute url to the REST service (baseUrl + uriTemplate)
|
Consumer getConsumer()
String getState()
String getUrl()
String getBaseUrl()
String getBasePath()
String getUriTemplate()
String getMethod()
String getConsumes()
String getProduces()
String getInType()
String getOutType()
String getRouteId()
String getDescription()
Apache Camel