SOAPMessage
object to the given output stream. The externalization format is as defined by the SOAP 1.1 with Attachments specification. If there are no attachments, just an XML stream is written out. For those messages that have attachments, writeTo
writes a MIME-encoded byte stream.
OutputStream
object to which this SOAPMessage
object will be written
@throws SOAPException if there was a problem inexternalizing this SOAP message
@throws IOException if an I/O erroroccurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|