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

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

public class Address
extends PolicyAssertion
implements Address

Author:
Abhijit Das

Constructor Summary
Address()
          Creates a new instance of Address
Address(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getNamespaceURI()
           
 URI getURI()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, 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(AssertionData name,
               Collection<PolicyAssertion> nestedAssertions,
               AssertionSet nestedAlternative)
Method Detail

getURI

public URI getURI()
Specified by:
getURI in interface Address

getNamespaceURI

public String getNamespaceURI()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.