Class SOAPEnvelopeCreator

java.lang.Object
org.wso2.carbon.inbound.endpoint.ext.wsrm.utils.SOAPEnvelopeCreator

public class SOAPEnvelopeCreator extends Object
  • Constructor Details

    • SOAPEnvelopeCreator

      public SOAPEnvelopeCreator()
  • Method Details

    • 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