Class SOAPEnvelopeCreator


  • public class SOAPEnvelopeCreator
    extends Object
    • Constructor Detail

      • SOAPEnvelopeCreator

        public SOAPEnvelopeCreator()
    • Method Detail

      • getSOAPEnvelopeFromStream

        public static org.apache.axiom.soap.SOAPEnvelope getSOAPEnvelopeFromStream​(InputStream inputStream)
                                                                            throws IOException
        Creates a SOAPEnvelope from an InputStream
        Parameters:
        inputStream - the inputStream
        Returns:
        A SOAP Envelope from the InputStream
        Throws:
        IOException