Uses of Class
org.apache.synapse.util.PolicyInfo
-
Packages that use PolicyInfo Package Description org.apache.synapse.core.axis2 -
-
Uses of PolicyInfo in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type PolicyInfo Modifier and Type Method Description List<PolicyInfo>
ProxyService. getPolicies()
Methods in org.apache.synapse.core.axis2 with parameters of type PolicyInfo Modifier and Type Method Description void
ProxyService. addPolicyInfo(PolicyInfo pi)
Method parameters in org.apache.synapse.core.axis2 with type arguments of type PolicyInfo Modifier and Type Method Description void
ProxyService. setPolicies(List<PolicyInfo> policies)
-