public class NullPolicyProvider extends Object implements PolicyProvider
| Constructor and Description |
|---|
NullPolicyProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
findOperationParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Creates a collection of
Policy with the policy chain be applied to an operation. |
List<Policy> |
findSourceParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
Creates a collection of
Policy with the policy chain to be applied to a source. |
public List<Policy> findSourceParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
PolicyProviderPolicy with the policy chain to be applied to a source.
The provided collection must be in the correct order in which the policies must be applied.
findSourceParameterizedPolicies in interface PolicyProviderpolicyPointcutParameters - the parameters to use to match against the pointcut configured for each policy.OperationPolicyProcessor associated to that source.public List<Policy> findOperationParameterizedPolicies(org.mule.runtime.policy.api.PolicyPointcutParameters policyPointcutParameters)
PolicyProviderPolicy with the policy chain be applied to an operation.
The provided collection must be in the correct order in which the policies must be applied.
findOperationParameterizedPolicies in interface PolicyProviderpolicyPointcutParameters - the parameters to use to match against the pointcut configured for each policy.OperationPolicyProcessor associated to that source.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.