com.sun.xml.ws.message.stream
Class OutboundStreamHeader.Attribute

java.lang.Object
  extended by com.sun.xml.ws.message.stream.OutboundStreamHeader.Attribute
Enclosing class:
OutboundStreamHeader

static final class OutboundStreamHeader.Attribute
extends Object

Keep the information about an attribute on the header element.


Field Summary
(package private)  String localName
           
(package private)  String nsUri
          Can be empty but never null.
(package private)  String value
           
 
Constructor Summary
OutboundStreamHeader.Attribute(String nsUri, String localName, String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsUri

final String nsUri
Can be empty but never null.


localName

final String localName

value

final String value
Constructor Detail

OutboundStreamHeader.Attribute

public OutboundStreamHeader.Attribute(String nsUri,
                                      String localName,
                                      String value)