public class HttpRequestPolicyPointcutParameters extends PolicyPointcutParameters
PolicyPointcutParameters for http:request operation.| Constructor and Description |
|---|
HttpRequestPolicyPointcutParameters(String flowName,
org.mule.runtime.dsl.api.component.config.ComponentIdentifier componentIdentifier,
String path,
String method)
Creates a new
PolicyPointcutParameters |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
String |
getPath() |
getComponentIdentifier, getFlowNamepublic HttpRequestPolicyPointcutParameters(String flowName, org.mule.runtime.dsl.api.component.config.ComponentIdentifier componentIdentifier, String path, String method)
PolicyPointcutParametersflowName - name of the flow where the requester is defined. Not empty.componentIdentifier - the component identifier. This is the namespace of the module were it is defined and the source /
operation identifier.path - the target path of the http:request operation.method - the HTTP method of the http:request operation.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.