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_POLICY_NAMESPACE
           
static java.lang.String WS_SECURITY_NAMESPACE
           
static java.lang.String WSAM_NAMESPACE
           
 
Constructor Summary
PolicyUtils()
           
 
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
 

Field Detail

WSAM_NAMESPACE

public static final java.lang.String WSAM_NAMESPACE
See Also:
Constant Field Values

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
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)

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.