@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 |
|---|---|
boolean |
equals(Object obj) |
String |
getMethod() |
String |
getPath() |
int |
hashCode() |
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 messagepublic String getPath()
public String getMethod()
public int hashCode()
hashCode in class org.mule.runtime.policy.api.PolicyPointcutParameterspublic boolean equals(Object obj)
equals in class org.mule.runtime.policy.api.PolicyPointcutParametersCopyright © 2019 MuleSoft, Inc.. All rights reserved.