Interface Envelope

All Superinterfaces:
Element, jakarta.xml.soap.Node, Node, jakarta.xml.soap.SOAPElement, jakarta.xml.soap.SOAPEnvelope
All Known Subinterfaces:
LazyEnvelope
All Known Implementing Classes:
Envelope1_1Impl, Envelope1_2Impl, EnvelopeImpl

public interface Envelope extends jakarta.xml.soap.SOAPEnvelope
Different implementations for SOAP Envelope must all implement this interface.
Author:
Anil Vijendran (akv@eng.sun.com)
  • Method Details

    • getContent

      Source getContent()
      Get the content as a JAXP Source.
      Returns:
      source
    • output

      void output(OutputStream out) throws IOException
      Output the content.
      Parameters:
      out - output stream.
      Throws:
      IOException - in case of an I/O error.
    • output

      void output(OutputStream out, boolean isFastInfoset) throws IOException
      Output the content.
      Parameters:
      out - output stream
      isFastInfoset - true if it is fast infoset.
      Throws:
      IOException - in case of an I/O error.
    • setStaxBridge

      void setStaxBridge(StaxBridge bridge) throws jakarta.xml.soap.SOAPException
      Throws:
      jakarta.xml.soap.SOAPException
    • getStaxBridge

      StaxBridge getStaxBridge() throws jakarta.xml.soap.SOAPException
      Throws:
      jakarta.xml.soap.SOAPException