Package 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
StreamHeader for SOAP 1.2.- Author:
- Paul.Sandoz@Sun.Com
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.ws.message.stream.StreamHeader
StreamHeader.Attribute -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class com.sun.xml.ws.message.stream.StreamHeader
_isMustUnderstand, _isRelay, _localName, _mark, _namespaceURI, _roleFields inherited from class com.sun.xml.ws.message.AbstractHeaderImpl
EMPTY_ATTS -
Constructor Summary
ConstructorsConstructorDescriptionStreamHeader12(XMLStreamReader reader) StreamHeader12(XMLStreamReader reader, 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, writeToMethods inherited from class com.sun.xml.ws.message.AbstractHeaderImpl
getAttribute, getStringContent, parseBool, readAsJAXB, readAsJAXB, readAsJAXB, readAsJAXB
-
Field Details
-
SOAP_1_2_MUST_UNDERSTAND
- See Also:
-
SOAP_1_2_ROLE
- See Also:
-
SOAP_1_2_RELAY
- See Also:
-
-
Constructor Details
-
StreamHeader12
-
StreamHeader12
- Throws:
XMLStreamException
-
-
Method Details
-
processHeaderAttributes
protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(XMLStreamReader reader) - Specified by:
processHeaderAttributesin classStreamHeader
-