Interface Envelope

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

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

      • getContent

        Source getContent()
        Get the content as a JAXP Source.
        Returns:
        source
      • 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 javax.xml.soap.SOAPException
        Throws:
        javax.xml.soap.SOAPException
      • getStaxBridge

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