Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor

Packages that use AbstractValidatingInterceptor
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
 

Uses of AbstractValidatingInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
 

Subclasses of AbstractValidatingInterceptor in org.springframework.ws.soap.server.endpoint.interceptor
 class AbstractFaultCreatingValidatingInterceptor
          Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot be validated.
 class PayloadValidatingInterceptor
          Interceptor that validates the contents of WebServiceMessages using a schema.
 


Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.