Save This Page
Home » openjdk-7 » com.sun.xml.internal.messaging » saaj » soap » [javadoc | source]
com.sun.xml.internal.messaging.saaj.soap
public interface: Envelope [javadoc | source]

All Implemented Interfaces:
    SOAPEnvelope

All Known Implementing Classes:
    EnvelopeImpl, Envelope1_1Impl, Envelope1_2Impl

Different implementations for SOAP Envelope must all implement this interface.
Method from com.sun.xml.internal.messaging.saaj.soap.Envelope Summary:
getContent,   output,   output
Method from com.sun.xml.internal.messaging.saaj.soap.Envelope Detail:
 public Source getContent()
    Get the content as a JAXP Source.
 public  void output(OutputStream out) throws IOException
    Output the content.
 public  void output(OutputStream out,
    boolean isFastInfoset) throws IOException
    Output the content.