public interface MethodRequestMatcher extends RequestMatcher
RequestMatcher that specifically matches against an HttpRequest method.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMethods() |
boolean |
intersectsWith(MethodRequestMatcher matcher) |
matchesboolean intersectsWith(MethodRequestMatcher matcher)
matcher - another MethodRequestMatcher.matcher have matching methods in common, false otherwise.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.