Class PolicyUtil


  • public class PolicyUtil
    extends Object
    • Constructor Detail

      • PolicyUtil

        public PolicyUtil()
    • Method Detail

      • getSafeString

        public static String getSafeString​(String unsafeString)
      • createPolicyReference

        public static org.apache.neethi.PolicyReference createPolicyReference​(org.apache.neethi.Policy policy)
      • getPolicyFromOMElement

        public static org.apache.neethi.Policy getPolicyFromOMElement​(org.apache.axiom.om.OMElement policyElement)
      • getPolicyReferenceFromOMElement

        public static org.apache.neethi.PolicyReference getPolicyReferenceFromOMElement​(org.apache.axiom.om.OMElement policyRefElement)
      • getPolicyComponent

        public static org.apache.neethi.PolicyComponent getPolicyComponent​(Element element)
      • getMergedPolicy

        public static org.apache.neethi.Policy getMergedPolicy​(Collection<org.apache.neethi.PolicyComponent> policies,
                                                               AxisDescription description)
      • getMergedPolicy

        public static org.apache.neethi.Policy getMergedPolicy​(List policies,
                                                               AxisService service)
      • getPolicyChildren

        public static Iterator<org.apache.axiom.om.OMElement> getPolicyChildren​(org.apache.axiom.om.OMElement parent)
      • getPolicyRefChildren

        public static Iterator<org.apache.axiom.om.OMElement> getPolicyRefChildren​(org.apache.axiom.om.OMElement parent)