Class 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 Detail

    • Method Detail

      • getRestrictMethod

        public String getRestrictMethod()
        Specified by:
        getRestrictMethod in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
      • getConsumerPath

        public String getConsumerPath()
        Specified by:
        getConsumerPath in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
      • getConsumer

        public UndertowConsumer getConsumer()
        Specified by:
        getConsumer in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>
      • isMatchOnUriPrefix

        public boolean isMatchOnUriPrefix()
        Specified by:
        isMatchOnUriPrefix in interface org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<UndertowConsumer>