Spring Web Services Framework

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

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

Uses of AbstractMarshallingPayloadEndpoint in org.springframework.ws.server.endpoint
 

Subclasses of AbstractMarshallingPayloadEndpoint in org.springframework.ws.server.endpoint
 class AbstractValidatingMarshallingPayloadEndpoint
          Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
 

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

Subclasses of AbstractMarshallingPayloadEndpoint 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-2010 The Spring Web Services Framework. All Rights Reserved.