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

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

protected static final class StreamHeader.Attribute
extends Object

Keep the information about an attribute on the header element. TODO: this whole attribute handling could be done better, I think.


Field Summary
(package private)  String localName
           
(package private)  String nsUri
          Can be empty but never null.
(package private)  String value
           
 
Constructor Summary
StreamHeader.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

StreamHeader.Attribute

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