Package | Description |
---|---|
org.springframework.ws |
Provides the core functionality of the Spring Web Services framework.
|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
Modifier and Type | Method and Description |
---|---|
WebServiceMessage |
WebServiceMessageFactory.createWebServiceMessage(InputStream inputStream)
Reads a
WebServiceMessage from the given input stream. |
Modifier and Type | Method and Description |
---|---|
protected void |
WebServiceMessageReceiverHandlerAdapter.handleInvalidXmlException(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Object handler,
InvalidXmlException ex)
Template method that is invoked when parsing the request results in a
InvalidXmlException . |
Copyright © 2020 Pivotal Software. All rights reserved.