com.sun.xml.ws.message.stream
Class StreamHeader11

java.lang.Object
  extended by com.sun.xml.ws.message.AbstractHeaderImpl
      extended by com.sun.xml.ws.message.stream.StreamHeader
          extended by com.sun.xml.ws.message.stream.StreamHeader11
All Implemented Interfaces:
Header

public class StreamHeader11
extends StreamHeader

StreamHeader for SOAP 1.1.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.message.stream.StreamHeader
StreamHeader.Attribute
 
Field Summary
protected static java.lang.String SOAP_1_1_MUST_UNDERSTAND
           
protected static java.lang.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
StreamHeader11(javax.xml.stream.XMLStreamReader reader)
           
StreamHeader11(javax.xml.stream.XMLStreamReader reader, com.sun.xml.stream.buffer.XMLStreamBuffer mark)
           
 
Method Summary
protected  com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(javax.xml.stream.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_1_1_MUST_UNDERSTAND

protected static final java.lang.String SOAP_1_1_MUST_UNDERSTAND
See Also:
Constant Field Values

SOAP_1_1_ROLE

protected static final java.lang.String SOAP_1_1_ROLE
See Also:
Constant Field Values
Constructor Detail

StreamHeader11

public StreamHeader11(javax.xml.stream.XMLStreamReader reader,
                      com.sun.xml.stream.buffer.XMLStreamBuffer mark)

StreamHeader11

public StreamHeader11(javax.xml.stream.XMLStreamReader reader)
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException
Method Detail

processHeaderAttributes

protected final com.sun.istack.FinalArrayList<StreamHeader.Attribute> processHeaderAttributes(javax.xml.stream.XMLStreamReader reader)
Specified by:
processHeaderAttributes in class StreamHeader


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.