Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint

Packages that use AbstractValidatingMarshallingPayloadEndpoint
org.springframework.ws.soap.server.endpoint Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP. 
 

Uses of AbstractValidatingMarshallingPayloadEndpoint in org.springframework.ws.soap.server.endpoint
 

Subclasses of AbstractValidatingMarshallingPayloadEndpoint in org.springframework.ws.soap.server.endpoint
 class AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
          Extension of the AbstractValidatingMarshallingPayloadEndpoint which validates the request payload with Validator(s), and creates a SOAP Fault whenever the request message cannot be validated.
 


Spring Web Services Framework

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