public class HttpRequestPolicyPointcutParametersFactory extends Object implements OperationPolicyPointcutParametersFactory
| Modifier and Type | Field and Description |
|---|---|
protected static String |
METHOD_PARAMETER_NAME |
protected static String |
PATH_PARAMETER_NAME |
| Constructor and Description |
|---|
HttpRequestPolicyPointcutParametersFactory() |
| Modifier and Type | Method and Description |
|---|---|
PolicyPointcutParameters |
createPolicyPointcutParameters(String flowName,
org.mule.runtime.dsl.api.component.config.ComponentIdentifier operationIdentifier,
Map<String,Object> operationParameters) |
boolean |
supportsOperationIdentifier(org.mule.runtime.dsl.api.component.config.ComponentIdentifier operationIdentifier) |
protected static final String PATH_PARAMETER_NAME
protected static final String METHOD_PARAMETER_NAME
public HttpRequestPolicyPointcutParametersFactory()
public boolean supportsOperationIdentifier(org.mule.runtime.dsl.api.component.config.ComponentIdentifier operationIdentifier)
supportsOperationIdentifier in interface OperationPolicyPointcutParametersFactorypublic PolicyPointcutParameters createPolicyPointcutParameters(String flowName, org.mule.runtime.dsl.api.component.config.ComponentIdentifier operationIdentifier, Map<String,Object> operationParameters)
createPolicyPointcutParameters in interface OperationPolicyPointcutParametersFactoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.