public abstract class HttpPolicyPointcutParameters extends PolicyPointcutParameters
PolicyPointcutParameters for HTTP.| Constructor and Description |
|---|
HttpPolicyPointcutParameters(org.mule.runtime.api.component.Component component,
String path,
String method)
Creates a new
PolicyPointcutParameters |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
String |
getPath() |
getComponentpublic HttpPolicyPointcutParameters(org.mule.runtime.api.component.Component component,
String path,
String method)
PolicyPointcutParameterscomponent - the component where the policy is being applied.path - the target path of the messagemethod - the HTTP method of the messageCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.