com.sun.xml.ws.addressing.impl.policy
Class Address

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.addressing.impl.policy.Address
All Implemented Interfaces:
Address

public class Address
extends com.sun.xml.ws.policy.PolicyAssertion
implements Address


Constructor Summary
Address()
          Creates a new instance of Address
Address(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getNamespaceURI()
           
 java.net.URI getURI()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()
Creates a new instance of Address


Address

public Address(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
               java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
               com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail

getURI

public java.net.URI getURI()
Specified by:
getURI in interface Address

getNamespaceURI

public java.lang.String getNamespaceURI()