Uses of Class
org.apache.axis2.saaj.SOAPMessageImpl
-
Packages that use SOAPMessageImpl Package Description org.apache.axis2.saaj -
-
Uses of SOAPMessageImpl in org.apache.axis2.saaj
Methods in org.apache.axis2.saaj with parameters of type SOAPMessageImpl Modifier and Type Method Description protected void
SOAPPartImpl. setMessage(SOAPMessageImpl message)
Constructors in org.apache.axis2.saaj with parameters of type SOAPMessageImpl Constructor Description SOAPPartImpl(SOAPMessageImpl parentSoapMsg, InputStream inputStream, MimeHeaders mimeHeaders, Attachments attachments)
Construct a SOAP part from the given input stream.SOAPPartImpl(SOAPMessageImpl parentSoapMsg, SOAPEnvelopeImpl soapEnvelope)
-