Contains methods that provide access to the payload of the message. author: Arjen PoutsmaSee Also: org.springframework.ws.soap.SoapMessageSee Also: WebServiceMessageFactorysince: 1.0.0
Implementations that are read-only will throw an UnsupportedOperationException . the message contentsthrows: UnsupportedOperationException - if the message is read-only
Depending on the implementation, this can be retrieved multiple times, or just a single time. the message contents
If the given stream is an instance of org.springframework.ws.transport.TransportOutputStream , the corresponding headers will be written as well. Parameters: outputStream - the stream to write tothrows: IOException - if an I/O exception occurs