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