com.eviware.soapui.impl.wsdl.support.policy
Class PolicyUtils
java.lang.Object
com.eviware.soapui.impl.wsdl.support.policy.PolicyUtils
public class PolicyUtils
- extends java.lang.Object
Method Summary |
static java.util.List<org.xmlsoap.schemas.ws.x2004.x09.policy.Policy> |
getAddressingPolicies(WsdlContext wsdlContext)
|
static java.util.List<org.xmlsoap.schemas.ws.x2004.x09.policy.Policy> |
getPolicies(WsdlContext wsdlContext)
|
static boolean |
isAddressing(org.xmlsoap.schemas.ws.x2004.x09.policy.Policy policy)
|
static org.w3c.dom.Element |
normalize(org.w3c.dom.Element policy)
|
static org.xmlsoap.schemas.ws.x2004.x09.policy.Policy |
normalize(org.xmlsoap.schemas.ws.x2004.x09.policy.Policy policy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WS_POLICY_NAMESPACE
public static final java.lang.String WS_POLICY_NAMESPACE
- See Also:
- Constant Field Values
WS_SECURITY_NAMESPACE
public static final java.lang.String WS_SECURITY_NAMESPACE
- See Also:
- Constant Field Values
PolicyUtils
public PolicyUtils()
getPolicies
public static java.util.List<org.xmlsoap.schemas.ws.x2004.x09.policy.Policy> getPolicies(WsdlContext wsdlContext)
isAddressing
public static boolean isAddressing(org.xmlsoap.schemas.ws.x2004.x09.policy.Policy policy)
getAddressingPolicies
public static java.util.List<org.xmlsoap.schemas.ws.x2004.x09.policy.Policy> getAddressingPolicies(WsdlContext wsdlContext)
normalize
public static org.xmlsoap.schemas.ws.x2004.x09.policy.Policy normalize(org.xmlsoap.schemas.ws.x2004.x09.policy.Policy policy)
normalize
public static org.w3c.dom.Element normalize(org.w3c.dom.Element policy)
Copyright © 2005-2008 eviware.com. All Rights Reserved.