org.eclipse.swordfish.internal.resolver.backend.base.wsdl11
Class WSDL11EmbeddedPolicyDefinitionDescription

java.lang.Object
  extended by org.eclipse.swordfish.internal.resolver.backend.base.wsdl11.WSDL11EmbeddedPolicyDefinitionDescription
All Implemented Interfaces:
DomBasedWsPolicyDefinitionDescription, PolicyDefinitionDescription

public class WSDL11EmbeddedPolicyDefinitionDescription
extends java.lang.Object
implements DomBasedWsPolicyDefinitionDescription


Field Summary
static javax.xml.namespace.QName POLICY_ELEMENT
           
 
Constructor Summary
WSDL11EmbeddedPolicyDefinitionDescription(javax.xml.namespace.QName serviceQName, java.lang.String endpointName, javax.wsdl.extensions.UnknownExtensibilityElement policy)
           
 
Method Summary
 java.lang.String getEndpointName()
           
 javax.wsdl.extensions.ExtensibilityElement getPolicy()
           
 org.w3c.dom.Element getPolicyElement()
          Get the root Element from which to read the Policy.
 javax.xml.namespace.QName getServiceQName()
          Name of the corresponding service.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POLICY_ELEMENT

public static final javax.xml.namespace.QName POLICY_ELEMENT
Constructor Detail

WSDL11EmbeddedPolicyDefinitionDescription

public WSDL11EmbeddedPolicyDefinitionDescription(javax.xml.namespace.QName serviceQName,
                                                 java.lang.String endpointName,
                                                 javax.wsdl.extensions.UnknownExtensibilityElement policy)
Method Detail

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.