Spring Web Services Framework

Uses of Package
org.springframework.ws.server.endpoint

Packages that use org.springframework.ws.server.endpoint
org.springframework.ws.server.endpoint Provides standard endpoint, and EndpointAdapter implementations. 
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
org.springframework.ws.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations. 
org.springframework.ws.server.endpoint.mapping Provides miscellaneous endpoints EndpointMapping implementations. 
org.springframework.ws.soap.server.endpoint Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP. 
org.springframework.ws.soap.server.endpoint.interceptor Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. 
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.server.endpoint
AbstractMarshallingPayloadEndpoint
          Endpoint that unmarshals the request payload, and marshals the response object.
AbstractStaxPayloadEndpoint
          Abstract base class for endpoints use StAX.
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.
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.server.endpoint.adapter
MethodEndpoint
          Represents a bean method that will be invoked as part of an incoming Web service message.
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.server.endpoint.interceptor
AbstractLoggingInterceptor
          Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.server.endpoint.mapping
MethodEndpoint
          Represents a bean method that will be invoked as part of an incoming Web service message.
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.soap.server.endpoint
AbstractEndpointExceptionResolver
          Abstract base class for EndpointExceptionResolvers.
AbstractMarshallingPayloadEndpoint
          Endpoint that unmarshals the request payload, and marshals the response object.
AbstractValidatingMarshallingPayloadEndpoint
          Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
MessageEndpoint
          Defines the basic contract for Web Services interested in the entire message payload.
 

Classes in org.springframework.ws.server.endpoint used by org.springframework.ws.soap.server.endpoint.interceptor
AbstractLoggingInterceptor
          Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
 


Spring Web Services Framework

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