Uses of Class
org.springframework.ws.InvalidXmlException
Packages that use InvalidXmlException
Package
Description
Provides the core functionality of the Spring Web Services framework.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
-
Uses of InvalidXmlException in org.springframework.ws
Methods in org.springframework.ws that throw InvalidXmlExceptionModifier and TypeMethodDescriptionWebServiceMessageFactory.createWebServiceMessage(InputStream inputStream) Reads aWebServiceMessagefrom the given input stream. -
Uses of InvalidXmlException in org.springframework.ws.transport.http
Methods in org.springframework.ws.transport.http with parameters of type InvalidXmlExceptionModifier and TypeMethodDescriptionprotected voidWebServiceMessageReceiverHandlerAdapter.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. -
Uses of InvalidXmlException in org.springframework.ws.transport.jms
Methods in org.springframework.ws.transport.jms with parameters of type InvalidXmlExceptionModifier and TypeMethodDescriptionprotected voidWebServiceMessageListener.handleInvalidXmlException(jakarta.jms.Message message, jakarta.jms.Session session, InvalidXmlException ex) Template method that is invoked when parsing the request results in aInvalidXmlException.