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 Abstract base class for endpoints that handle the message payload as dom4j elements.
AbstractDomPayloadEndpoint Abstract base class for endpoints that handle the message payload as DOM elements.
AbstractEndpointExceptionResolver Abstract base class for EndpointExceptionResolvers.
AbstractJDomPayloadEndpoint Abstract base class for endpoints that handle the message payload as JDOM elements.
AbstractLoggingInterceptor Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
AbstractMarshallingPayloadEndpoint Endpoint that unmarshals the request payload, and marshals the response object.
AbstractSaxPayloadEndpoint Abstract base class for endpoints that handle the message payload with a SAX ContentHandler.
AbstractStaxEventPayloadEndpoint Abstract base class for endpoints that handle the message payload with event-based StAX.
AbstractStaxPayloadEndpoint Abstract base class for endpoints use StAX.
AbstractStaxStreamPayloadEndpoint Abstract base class for endpoints that handle the message payload with streaming StAX.
AbstractValidatingMarshallingPayloadEndpoint Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
AbstractXomPayloadEndpoint Abstract base class for endpoints that handle the message payload as XOM elements.
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-2010 The Spring Web Services Framework. All Rights Reserved.