Class SOAPEnvelopeCreator
java.lang.Object
org.wso2.carbon.inbound.endpoint.ext.wsrm.utils.SOAPEnvelopeCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.axiom.soap.SOAPEnvelopegetSOAPEnvelopeFromStream(InputStream inputStream) Creates a SOAPEnvelope from an InputStream
-
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
-