API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SOAPHeader View Source
Author(s)
Since
Version
Serial
Hierarchy
 Node
      Node
          SOAPElement
              SOAPHeader
Subinterfaces
Description
public interface SOAPHeader
  A representation of the SOAP header element.
See also:    SOAPHeaderElement
Methods
Hide/Show inherited methods
public SOAPHeaderElement addHeaderElement (Name name) throws SOAPException
  Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
public SOAPHeaderElement addHeaderElement (QName qname) throws SOAPException
  Creates a new SOAPHeaderElement object initialized with the specified qname and adds it to this SOAPHeader object.
public SOAPHeaderElement addNotUnderstoodHeaderElement (QName name) throws SOAPException
  Creates a new NotUnderstood SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
public SOAPHeaderElement addUpgradeHeaderElement (Iterator supportedSOAPURIs) throws SOAPException
  Creates a new Upgrade SOAPHeaderElement object initialized with the specified List of supported SOAP URIs and adds it to this SOAPHeader object.
public SOAPHeaderElement addUpgradeHeaderElement (String supportedSoapUri) throws SOAPException
  Creates a new Upgrade SOAPHeaderElement object initialized with the specified supported SOAP URI and adds it to this SOAPHeader object.
public SOAPHeaderElement addUpgradeHeaderElement (String supportedSoapUris) throws SOAPException
  Creates a new Upgrade SOAPHeaderElement object initialized with the specified array of supported SOAP URIs and adds it to this SOAPHeader object.
public Iterator examineAllHeaderElements ()
  Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object.
public Iterator examineHeaderElements (String actor)
  Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor.
public Iterator examineMustUnderstandHeaderElements (String actor)
  Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and that have a MustUnderstand attribute whose value is equivalent to true.
public Iterator extractAllHeaderElements ()
  Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object and detaches them from this SOAPHeader object.
public Iterator extractHeaderElements (String actor)
  Returns an Iterator over all the SOAPHeaderElement objects in this SOAPHeader object that have the specified actor and detaches them from this SOAPHeader object.
Fields
Hide/Show inherited fields
publicfinalstatic short ATTRIBUTE_NODE = "2" [Inherited From SOAPElement]
The node is an Attr.
publicfinalstatic short ATTRIBUTE_NODE = "2" [Inherited From SOAPElement]
The node is an Attr.
publicfinalstatic short CDATA_SECTION_NODE = "4" [Inherited From SOAPElement]
The node is a CDATASection.
publicfinalstatic short CDATA_SECTION_NODE = "4" [Inherited From SOAPElement]
The node is a CDATASection.
publicfinalstatic short COMMENT_NODE = "8" [Inherited From SOAPElement]
The node is a Comment.
publicfinalstatic short COMMENT_NODE = "8" [Inherited From SOAPElement]
The node is a Comment.
publicfinalstatic short DOCUMENT_FRAGMENT_NODE = "11" [Inherited From SOAPElement]
The node is a DocumentFragment.
publicfinalstatic short DOCUMENT_FRAGMENT_NODE = "11" [Inherited From SOAPElement]
The node is a DocumentFragment.
publicfinalstatic short DOCUMENT_NODE = "9" [Inherited From SOAPElement]
The node is a Document.
publicfinalstatic short DOCUMENT_NODE = "9" [Inherited From SOAPElement]
The node is a Document.
publicfinalstatic short DOCUMENT_POSITION_CONTAINED_BY = "16" [Inherited From SOAPElement]
  The node is contained by the reference node.
publicfinalstatic short DOCUMENT_POSITION_CONTAINED_BY = "16" [Inherited From SOAPElement]
  The node is contained by the reference node.
publicfinalstatic short DOCUMENT_POSITION_CONTAINS = "8" [Inherited From SOAPElement]
  The node contains the reference node.
publicfinalstatic short DOCUMENT_POSITION_CONTAINS = "8" [Inherited From SOAPElement]
  The node contains the reference node.
publicfinalstatic short DOCUMENT_POSITION_DISCONNECTED = "1" [Inherited From SOAPElement]
  The two nodes are disconnected.
publicfinalstatic short DOCUMENT_POSITION_DISCONNECTED = "1" [Inherited From SOAPElement]
  The two nodes are disconnected.
publicfinalstatic short DOCUMENT_POSITION_FOLLOWING = "4" [Inherited From SOAPElement]
The node follows the reference node.
publicfinalstatic short DOCUMENT_POSITION_FOLLOWING = "4" [Inherited From SOAPElement]
The node follows the reference node.
publicfinalstatic short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = "32" [Inherited From SOAPElement]
The determination of preceding versus following is implementation-specific.
publicfinalstatic short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = "32" [Inherited From SOAPElement]
The determination of preceding versus following is implementation-specific.
publicfinalstatic short DOCUMENT_POSITION_PRECEDING = "2" [Inherited From SOAPElement]
The second node precedes the reference node.
publicfinalstatic short DOCUMENT_POSITION_PRECEDING = "2" [Inherited From SOAPElement]
The second node precedes the reference node.
publicfinalstatic short DOCUMENT_TYPE_NODE = "10" [Inherited From SOAPElement]
The node is a DocumentType.
publicfinalstatic short DOCUMENT_TYPE_NODE = "10" [Inherited From SOAPElement]
The node is a DocumentType.
publicfinalstatic short ELEMENT_NODE = "1" [Inherited From SOAPElement]
The node is an Element.
publicfinalstatic short ELEMENT_NODE = "1" [Inherited From SOAPElement]
The node is an Element.
publicfinalstatic short ENTITY_NODE = "6" [Inherited From SOAPElement]
The node is an Entity.
publicfinalstatic short ENTITY_NODE = "6" [Inherited From SOAPElement]
The node is an Entity.
publicfinalstatic short ENTITY_REFERENCE_NODE = "5" [Inherited From SOAPElement]
The node is an EntityReference.
publicfinalstatic short ENTITY_REFERENCE_NODE = "5" [Inherited From SOAPElement]
The node is an EntityReference.
publicfinalstatic short NOTATION_NODE = "12" [Inherited From SOAPElement]
The node is a Notation.
publicfinalstatic short NOTATION_NODE = "12" [Inherited From SOAPElement]
The node is a Notation.
publicfinalstatic short PROCESSING_INSTRUCTION_NODE = "7" [Inherited From SOAPElement]
The node is a ProcessingInstruction.
publicfinalstatic short PROCESSING_INSTRUCTION_NODE = "7" [Inherited From SOAPElement]
The node is a ProcessingInstruction.
publicfinalstatic short TEXT_NODE = "3" [Inherited From SOAPElement]
The node is a Text node.
publicfinalstatic short TEXT_NODE = "3" [Inherited From SOAPElement]
The node is a Text node.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar