public class HttpListenerPolicyPointcutParameters extends PolicyPointcutParameters
PolicyPointcutParameters for http:listener operation.| Constructor and Description |
|---|
HttpListenerPolicyPointcutParameters(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 HttpListenerPolicyPointcutParameters(String flowName, org.mule.runtime.dsl.api.component.config.ComponentIdentifier componentIdentifier, String path, String method)
PolicyPointcutParametersflowName - name of the flow where the listener 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 incoming requestmethod - the HTTP method of the incoming requestCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.