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.


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
 

Constructor Detail

StreamHeader.Attribute

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


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