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 org.xmlsoap.schemas.ws.x2004.x09.policy.Policy |
getAttachedPolicy(javax.wsdl.extensions.ElementExtensible item,
javax.wsdl.Definition def)
|
static java.util.List<org.xmlsoap.schemas.ws.x2004.x09.policy.Policy> |
getPolicies(WsdlContext wsdlContext)
|
static org.xmlsoap.schemas.ws.x2004.x09.policy.Policy |
getPolicy(org.w3c.dom.Element policy,
java.lang.String usedPolicyNamespace)
|
static boolean |
isAddressing(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_XMLSOAP_POLICY_NAMESPACE
public static final java.lang.String WS_XMLSOAP_POLICY_NAMESPACE
- See Also:
- Constant Field Values
WS_W3_POLICY_NAMESPACE
public static final java.lang.String WS_W3_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)
getAttachedPolicy
public static org.xmlsoap.schemas.ws.x2004.x09.policy.Policy getAttachedPolicy(javax.wsdl.extensions.ElementExtensible item,
javax.wsdl.Definition def)
getPolicy
public static org.xmlsoap.schemas.ws.x2004.x09.policy.Policy getPolicy(org.w3c.dom.Element policy,
java.lang.String usedPolicyNamespace)
Copyright © 2005-2010 eviware.com. All Rights Reserved.