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
          Endpoint that unmarshals the request payload, and marshals the response object.
 class AbstractStaxEventPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with event-based StAX.
 class AbstractStaxStreamPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with streaming StAX.
 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-2010 The Spring Web Services Framework. All Rights Reserved.