Moved PayloadValidatingInterceptor to o.sfw.soap.server.endpoint.interceptor, to solve tangle: it contains SOAP-specific features.

This commit is contained in:
Arjen Poutsma
2007-01-22 17:16:29 +00:00
parent 21a9ef49ae
commit c250ef8d20
14 changed files with 251 additions and 172 deletions

View File

@@ -23,7 +23,7 @@
</bean>
<bean id="validatingInterceptor"
class="org.springframework.ws.server.endpoint.interceptor.PayloadValidatingInterceptor">
class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor">
<description>
This interceptor validates both incoming and outgoing message contents according to the 'echo.xsd' XML
Schema file.