Class Address

  • All Implemented Interfaces:
    Address

    public class Address
    extends com.sun.xml.ws.policy.PolicyAssertion
    implements Address
    Author:
    Abhijit Das
    • Constructor Summary

      Constructors 
      Constructor Description
      Address()
      Creates a new instance of Address
      Address​(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • Address

        public Address()
        Creates a new instance of Address
      • Address

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

      • getNamespaceURI

        public String getNamespaceURI()