org.apache.axis2.util
Class PolicyUtil
java.lang.Object
org.apache.axis2.util.PolicyUtil
- public class PolicyUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyUtil
public PolicyUtil()
getSafeString
public static java.lang.String getSafeString(java.lang.String unsafeString)
getPolicyComponentAsOMElement
public static org.apache.axiom.om.OMElement getPolicyComponentAsOMElement(org.apache.neethi.PolicyComponent policyComponent,
ExternalPolicySerializer externalPolicySerializer)
throws javax.xml.stream.XMLStreamException,
javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.XMLStreamException
javax.xml.stream.FactoryConfigurationError
getPolicyComponentAsOMElement
public static org.apache.axiom.om.OMElement getPolicyComponentAsOMElement(org.apache.neethi.PolicyComponent component)
throws javax.xml.stream.XMLStreamException,
javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.XMLStreamException
javax.xml.stream.FactoryConfigurationError
getPolicyComponentFromOMElement
public static org.apache.neethi.PolicyComponent getPolicyComponentFromOMElement(org.apache.axiom.om.OMElement policyComponent)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getPolicyComponent
public static org.apache.neethi.PolicyComponent getPolicyComponent(org.w3c.dom.Element element)
policyComponentToString
public static java.lang.String policyComponentToString(org.apache.neethi.PolicyComponent policyComponent)
throws javax.xml.stream.XMLStreamException,
javax.xml.stream.FactoryConfigurationError
- Throws:
javax.xml.stream.XMLStreamException
javax.xml.stream.FactoryConfigurationError
generateId
public static java.lang.String generateId(AxisDescription description)
getMergedPolicy
public static org.apache.neethi.Policy getMergedPolicy(java.util.List policies,
AxisDescription description)
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.