com.sun.xml.ws.message.stream
Class StreamHeader12
java.lang.Object
com.sun.xml.ws.message.AbstractHeaderImpl
com.sun.xml.ws.message.stream.StreamHeader
com.sun.xml.ws.message.stream.StreamHeader12
- All Implemented Interfaces:
- Header
public class StreamHeader12
- extends StreamHeader
StreamHeader
for SOAP 1.2.
Methods inherited from class com.sun.xml.ws.message.stream.StreamHeader |
getAttribute, getLocalPart, getNamespaceURI, getRole, isIgnorable, isRelay, readAsEPR, readHeader, writeTo, writeTo, writeTo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAP_1_2_MUST_UNDERSTAND
protected static final String SOAP_1_2_MUST_UNDERSTAND
- See Also:
- Constant Field Values
SOAP_1_2_ROLE
protected static final String SOAP_1_2_ROLE
- See Also:
- Constant Field Values
SOAP_1_2_RELAY
protected static final String SOAP_1_2_RELAY
- See Also:
- Constant Field Values
StreamHeader12
public StreamHeader12(javax.xml.stream.XMLStreamReader reader,
com.sun.xml.stream.buffer.XMLStreamBuffer mark)
StreamHeader12
public StreamHeader12(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
processHeaderAttributes
protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(javax.xml.stream.XMLStreamReader reader)
- Specified by:
processHeaderAttributes
in class StreamHeader