com.eviware.soapui.impl.wsdl.support.policy
Class PolicyUtils

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.policy.PolicyUtils

public class PolicyUtils
extends java.lang.Object


Field Summary
static java.lang.String WS_SECURITY_NAMESPACE
           
static java.lang.String WS_W3_POLICY_NAMESPACE
           
static java.lang.String WS_XMLSOAP_POLICY_NAMESPACE
           
 
Constructor Summary
PolicyUtils()
           
 
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
 

Field Detail

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
Constructor Detail

PolicyUtils

public PolicyUtils()
Method Detail

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-2009 eviware.com. All Rights Reserved.