Class HttpRestConsumerPath

java.lang.Object
org.apache.camel.http.common.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 Details Link icon

    • HttpRestConsumerPath Link icon

      public HttpRestConsumerPath(HttpConsumer consumer)
  • Method Details Link icon

    • getRestrictMethod Link icon

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object