public abstract class HttpPolicyPointcutParameters extends PolicyPointcutParameters
PolicyPointcutParameters for HTTP.| Constructor and Description |
|---|
HttpPolicyPointcutParameters(org.mule.runtime.api.component.location.ComponentLocation componentLocation,
String path,
String method)
Creates a new
PolicyPointcutParameters |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
String |
getPath() |
getComponentLocationpublic HttpPolicyPointcutParameters(org.mule.runtime.api.component.location.ComponentLocation componentLocation,
String path,
String method)
PolicyPointcutParameterscomponentLocation - the component location where the source / operation is defined.path - the target path of the messagemethod - the HTTP method of the messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.