public class HttpRestConsumerPath extends Object implements org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>
| Constructor and Description |
|---|
HttpRestConsumerPath(HttpServerChannelHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
HttpServerChannelHandler |
getConsumer() |
String |
getConsumerPath() |
String |
getRestrictMethod() |
boolean |
isMatchOnUriPrefix() |
String |
toString() |
public HttpRestConsumerPath(HttpServerChannelHandler handler)
public String getRestrictMethod()
getRestrictMethod in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>public String getConsumerPath()
getConsumerPath in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>public HttpServerChannelHandler getConsumer()
getConsumer in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>public boolean isMatchOnUriPrefix()
isMatchOnUriPrefix in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpServerChannelHandler>Apache Camel