Package com.sun.xml.ws.message.stream
Class StreamHeader11
- java.lang.Object
-
- com.sun.xml.ws.message.AbstractHeaderImpl
-
- com.sun.xml.ws.message.stream.StreamHeader
-
- com.sun.xml.ws.message.stream.StreamHeader11
-
- All Implemented Interfaces:
Header
public class StreamHeader11 extends StreamHeader
StreamHeader
for SOAP 1.1.- Author:
- [email protected]
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.message.stream.StreamHeader
StreamHeader.Attribute
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
SOAP_1_1_MUST_UNDERSTAND
protected static String
SOAP_1_1_ROLE
-
Fields inherited from class com.sun.xml.ws.message.stream.StreamHeader
_isMustUnderstand, _isRelay, _localName, _mark, _namespaceURI, _role
-
Fields inherited from class com.sun.xml.ws.message.AbstractHeaderImpl
EMPTY_ATTS
-
-
Constructor Summary
Constructors Constructor Description StreamHeader11(XMLStreamReader reader)
StreamHeader11(XMLStreamReader reader, XMLStreamBuffer mark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.sun.istack.FinalArrayList<StreamHeader.Attribute>
processHeaderAttributes(XMLStreamReader reader)
-
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 com.sun.xml.ws.message.AbstractHeaderImpl
getAttribute, getStringContent, parseBool, readAsJAXB, readAsJAXB, readAsJAXB, readAsJAXB
-
-
-
-
Field Detail
-
SOAP_1_1_MUST_UNDERSTAND
protected static final String SOAP_1_1_MUST_UNDERSTAND
- See Also:
- Constant Field Values
-
SOAP_1_1_ROLE
protected static final String SOAP_1_1_ROLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StreamHeader11
public StreamHeader11(XMLStreamReader reader, XMLStreamBuffer mark)
-
StreamHeader11
public StreamHeader11(XMLStreamReader reader) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
processHeaderAttributes
protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(XMLStreamReader reader)
- Specified by:
processHeaderAttributes
in classStreamHeader
-
-