Save This Page
Home » axis2-1.5-src » org.apache » axis2 » util » [javadoc | source]
org.apache.axis2.util
public class: PolicyUtil [javadoc | source]
java.lang.Object
   org.apache.axis2.util.PolicyUtil
Method from org.apache.axis2.util.PolicyUtil Summary:
createPolicyReference,   generateId,   getMergedPolicy,   getMergedPolicy,   getPolicyComponent,   getPolicyComponentAsOMElement,   getPolicyComponentAsOMElement,   getPolicyComponentFromOMElement,   getPolicyFromOMElement,   getPolicyReferenceFromOMElement,   getSafeString,   policyComponentToString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.util.PolicyUtil Detail:
 public static PolicyReference createPolicyReference(Policy policy) 
 public static String generateId(AxisDescription description) 
 public static Policy getMergedPolicy(List policies,
    AxisDescription description) 
 public static Policy getMergedPolicy(List policies,
    AxisService service) 
 public static PolicyComponent getPolicyComponent(Element element) 
 public static OMElement getPolicyComponentAsOMElement(PolicyComponent component) throws XMLStreamException, FactoryConfigurationError 
 public static OMElement getPolicyComponentAsOMElement(PolicyComponent policyComponent,
    ExternalPolicySerializer externalPolicySerializer) throws XMLStreamException, FactoryConfigurationError 
 public static PolicyComponent getPolicyComponentFromOMElement(OMElement policyComponent) throws IllegalArgumentException 
 public static Policy getPolicyFromOMElement(OMElement policyElement) 
 public static PolicyReference getPolicyReferenceFromOMElement(OMElement policyRefElement) 
 public static String getSafeString(String unsafeString) 
 public static String policyComponentToString(PolicyComponent policyComponent) throws XMLStreamException, FactoryConfigurationError