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
public class StreamHeader12 extends StreamHeader
StreamHeaderfor 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
Fields Modifier and Type Field Description protected static StringSOAP_1_2_MUST_UNDERSTANDprotected static StringSOAP_1_2_RELAYprotected static StringSOAP_1_2_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 StreamHeader12(XMLStreamReader reader)StreamHeader12(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_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
-
-
Constructor Detail
-
StreamHeader12
public StreamHeader12(XMLStreamReader reader, XMLStreamBuffer mark)
-
StreamHeader12
public StreamHeader12(XMLStreamReader reader) throws XMLStreamException
- Throws:
XMLStreamException
-
-
Method Detail
-
processHeaderAttributes
protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(XMLStreamReader reader)
- Specified by:
processHeaderAttributesin classStreamHeader
-
-