Class RestConsumerPath
- java.lang.Object
-
- org.apache.camel.component.undertow.handlers.RestConsumerPath
-
- All Implemented Interfaces:
org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
public class RestConsumerPath extends Object implements org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
-
-
Constructor Summary
Constructors Constructor Description RestConsumerPath(UndertowConsumer consumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UndertowConsumergetConsumer()StringgetConsumerPath()StringgetRestrictMethod()booleanisMatchOnUriPrefix()StringtoString()
-
-
-
Constructor Detail
-
RestConsumerPath
public RestConsumerPath(UndertowConsumer consumer)
-
-
Method Detail
-
getRestrictMethod
public String getRestrictMethod()
- Specified by:
getRestrictMethodin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
-
getConsumerPath
public String getConsumerPath()
- Specified by:
getConsumerPathin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
-
getConsumer
public UndertowConsumer getConsumer()
- Specified by:
getConsumerin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
-
isMatchOnUriPrefix
public boolean isMatchOnUriPrefix()
- Specified by:
isMatchOnUriPrefixin interfaceorg.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
-
-