|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceMessageFactory
The WebServiceMessageFactory serves as a factory for WebServiceMessages.
Allows the creation of empty messages, or messages based on InputStreams.
WebServiceMessage| Method Summary | |
|---|---|
WebServiceMessage |
createWebServiceMessage()
Creates a new, empty WebServiceMessage. |
WebServiceMessage |
createWebServiceMessage(InputStream inputStream)
Reads a WebServiceMessage from the given input stream. |
| Method Detail |
|---|
WebServiceMessage createWebServiceMessage()
WebServiceMessage.
WebServiceMessage createWebServiceMessage(InputStream inputStream)
throws InvalidXmlException,
IOException
WebServiceMessage from the given input stream.
If the given stream is an instance of TransportInputStream, the headers will be read from the request.
inputStream - the input stream to read the message from
InvalidXmlException - if the XML read from the input stream is invalid
IOException - if an I/O exception occurs
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||