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