Interface Envelope

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, SOAPObject, XMLObject
All Known Implementing Classes:
EnvelopeImpl

SOAP 1.1 Envelope.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getHeader

      @Nullable Header getHeader()
      Gets the header of this envelope.
      Returns:
      the header of this envelope
    • setHeader

      void setHeader(@Nullable Header newHeader)
      Sets the header of this envelope.
      Parameters:
      newHeader - the header of this envelope
    • getBody

      @Nullable Body getBody()
      Gets the body of this envelope.
      Returns:
      the body of this envelope
    • setBody

      void setBody(@Nullable Body newBody)
      Sets the body of this envelope.
      Parameters:
      newBody - the body of this envelope