org.eclipse.swordfish.internal.resolver.backend.base.wsdl11
Class WSDL11EmbeddedPolicyDefinitionDescription
java.lang.Object
org.eclipse.swordfish.internal.resolver.backend.base.wsdl11.WSDL11EmbeddedPolicyDefinitionDescription
- All Implemented Interfaces:
- DomBasedWsPolicyDefinitionDescription, PolicyDefinitionDescription
public class WSDL11EmbeddedPolicyDefinitionDescription
- extends java.lang.Object
- implements DomBasedWsPolicyDefinitionDescription
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POLICY_ELEMENT
public static final javax.xml.namespace.QName POLICY_ELEMENT
WSDL11EmbeddedPolicyDefinitionDescription
public WSDL11EmbeddedPolicyDefinitionDescription(javax.xml.namespace.QName serviceQName,
java.lang.String endpointName,
javax.wsdl.extensions.UnknownExtensibilityElement policy)
getServiceQName
public javax.xml.namespace.QName getServiceQName()
- Description copied from interface:
PolicyDefinitionDescription
- Name of the corresponding service.
- Specified by:
getServiceQName in interface PolicyDefinitionDescription
- Returns:
- fully qualified service name.
getEndpointName
public java.lang.String getEndpointName()
getPolicy
public javax.wsdl.extensions.ExtensibilityElement getPolicy()
getPolicyElement
public org.w3c.dom.Element getPolicyElement()
- Description copied from interface:
DomBasedWsPolicyDefinitionDescription
- Get the root Element from which to read the Policy.
- Specified by:
getPolicyElement in interface DomBasedWsPolicyDefinitionDescription
- Returns:
- root Element of policy definition.