Class HttpRestConsumerPath

  • All Implemented Interfaces:
    org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpConsumer>

    public class HttpRestConsumerPath
    extends Object
    implements org.apache.camel.support.RestConsumerContextPathMatcher.ConsumerPath<HttpConsumer>
    • Constructor Detail

      • HttpRestConsumerPath

        public HttpRestConsumerPath​(HttpConsumer consumer)
    • Method Detail

      • getRestrictMethod

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

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

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

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