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.
- Author:
- Paul.Sandoz@Sun.Com
| 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(XMLStreamReader reader,
XMLStreamBuffer mark)
StreamHeader12
public StreamHeader12(XMLStreamReader reader)
throws XMLStreamException
- Throws:
XMLStreamException
processHeaderAttributes
protected final FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(XMLStreamReader reader)
- Specified by:
processHeaderAttributes in class StreamHeader
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.