Package org.springframework.ws.endpoint

Provides standard endpoint, and EndpointAdapter implementations.

See:
          Description

Interface Summary
MessageEndpoint Defines the basic contract for Web Services interested in the entire mesage payload.
PayloadEndpoint Defines the basic contract for Web Services interested in the mesage 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 ExceptionResolvers.
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.
AbstractXomPayloadEndpoint Abstract base class for endpoints that handle the message payload as XOM elements.
MessageEndpointAdapter Adapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.
PayloadEndpointAdapter Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.
TransformerObjectSupport Convenient base class for objects that use a Transformer.
 

Package org.springframework.ws.endpoint Description

Provides standard endpoint, and EndpointAdapter implementations.



Copyright (c) 2005-2006 The Spring Framework Project.