Module java.xml.ws

Class W3CEndpointReference.Address

  • Enclosing class:
    W3CEndpointReference

    private static class W3CEndpointReference.Address
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<javax.xml.namespace.QName,​java.lang.String> attributes  
      (package private) java.lang.String uri  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Address()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        java.lang.String uri
      • attributes

        java.util.Map<javax.xml.namespace.QName,​java.lang.String> attributes
    • Constructor Detail

      • Address

        protected Address()