Class SOAPEnvelopeCreator
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.ext.wsrm.utils.SOAPEnvelopeCreator
-
public class SOAPEnvelopeCreator extends Object
-
-
Constructor Summary
Constructors Constructor Description SOAPEnvelopeCreator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.soap.SOAPEnvelope
getSOAPEnvelopeFromStream(InputStream inputStream)
Creates a SOAPEnvelope from an InputStream
-
-
-
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
-
-