Spring Web Services Framework

Uses of Interface
org.springframework.ws.server.endpoint.MessageEndpoint

Packages that use MessageEndpoint
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 MessageEndpoint in org.springframework.ws.server.endpoint
 

Classes in org.springframework.ws.server.endpoint that implement MessageEndpoint
 class AbstractMarshallingPayloadEndpoint
          Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
 class AbstractStaxEventPayloadEndpoint
          Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
 class AbstractStaxStreamPayloadEndpoint
          Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
 class AbstractValidatingMarshallingPayloadEndpoint
          Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
 

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

Classes in org.springframework.ws.soap.server.endpoint that implement MessageEndpoint
 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.