@NoExtend
public abstract class HttpPolicyPointcutParameters
extends org.mule.runtime.policy.api.PolicyPointcutParameters
PolicyPointcutParameters for HTTP.| Constructor and Description |
|---|
HttpPolicyPointcutParameters(org.mule.runtime.api.component.Component component,
org.mule.runtime.policy.api.PolicyPointcutParameters sourceParameters,
String path,
String method)
Creates a new
PolicyPointcutParameters |
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() |
public 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 messagepublic HttpPolicyPointcutParameters(org.mule.runtime.api.component.Component component,
org.mule.runtime.policy.api.PolicyPointcutParameters sourceParameters,
String path,
String method)
PolicyPointcutParameterscomponent - the component where the policy is being applied.sourceParameters - parameters used to match pointcuts of source policiespath - the target path of the messagemethod - the HTTP method of the messageCopyright © 2018 MuleSoft, Inc.. All rights reserved.