Uses of Class
org.springframework.ws.InvalidXmlException
Package
Description
Provides the core functionality of the Spring Web Services framework.
Package providing support for handling messages via HTTP.
-
Uses of InvalidXmlException in org.springframework.ws
Modifier and TypeMethodDescriptionWebServiceMessageFactory.createWebServiceMessage
(InputStream inputStream) Reads aWebServiceMessage
from the given input stream. -
Uses of InvalidXmlException in org.springframework.ws.transport.http
Modifier and TypeMethodDescriptionprotected void
WebServiceMessageReceiverHandlerAdapter.handleInvalidXmlException
(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse, Object handler, InvalidXmlException ex) Template method that is invoked when parsing the request results in aInvalidXmlException
.