Spring Web Services Framework

Package org.springframework.ws.server.endpoint

Provides standard endpoint, and EndpointAdapter implementations.

See:
          Description

Interface Summary
MessageEndpoint Defines the basic contract for Web Services interested in the entire message payload.
PayloadEndpoint Defines the basic contract for Web Services interested in just the message payload.
 

Class Summary
AbstractDom4jPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractDomPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractEndpointExceptionResolver Abstract base class for EndpointExceptionResolvers.
AbstractJDomPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractLoggingInterceptor Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
AbstractMarshallingPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractSaxPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractStaxEventPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractStaxPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractStaxStreamPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
AbstractValidatingMarshallingPayloadEndpoint Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
AbstractXomPayloadEndpoint Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints
MethodEndpoint Represents a bean method that will be invoked as part of an incoming Web service message.
 

Package org.springframework.ws.server.endpoint Description

Provides standard endpoint, and EndpointAdapter implementations.


Spring Web Services Framework

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