com.sun.xml.ws.message.stream
Class OutboundStreamHeader.Attribute
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nsUri
final String nsUri
- Can be empty but never null.
localName
final String localName
value
final String value
OutboundStreamHeader.Attribute
public OutboundStreamHeader.Attribute(String nsUri,
String localName,
String value)