public class PolicyParametrization extends Object
| Constructor and Description |
|---|
PolicyParametrization(String id,
PolicyPointcut pointcut,
int order,
Map<String,String> parameters,
File config)
Creates a new parametrization
|
| Modifier and Type | Method and Description |
|---|---|
File |
getConfig() |
String |
getId() |
int |
getOrder() |
Map<String,String> |
getParameters() |
PolicyPointcut |
getPointcut() |
public PolicyParametrization(String id, PolicyPointcut pointcut, int order, Map<String,String> parameters, File config)
id - parametrization identifier. Non empty.pointcut - used to determine if the policy must be applied on a given request. Non nullorder - indicates how this policy must be ordered related to other applied policies. A policy with a given order
has to be applied before polices with smaller order and after policies with bigger order. Must be positiveparameters - parameters for the policy template on which the parametrization is based on. Non null.config - Mule XML configuration file for creating the policy. Non null.public String getId()
public PolicyPointcut getPointcut()
public int getOrder()
public Map<String,String> getParameters()
public File getConfig()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.