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
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
FieldsFields 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
ConstructorsConstructorDescriptionStreamHeader11
(XMLStreamReader reader) StreamHeader11
(XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark) -
Method Summary
Modifier and TypeMethodDescriptionprotected final com.sun.istack.FinalArrayList<StreamHeader.Attribute>
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
-
Field Details
-
SOAP_1_1_MUST_UNDERSTAND
- See Also:
-
SOAP_1_1_ROLE
- See Also:
-
-
Constructor Details
-
StreamHeader11
-
StreamHeader11
- Throws:
XMLStreamException
-
-
Method Details
-
processHeaderAttributes
protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(XMLStreamReader reader) - Specified by:
processHeaderAttributes
in classStreamHeader
-