Spring Web Services Framework

Uses of Package
org.springframework.ws.server

Packages that use org.springframework.ws.server
org.springframework.ws.server Contains classes for server-side Spring-WS support. 
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.server.endpoint.mapping.jaxb Provides JAXB2-based EndpointMapping implementations. 
org.springframework.ws.soap.addressing.server Contains servers-side WS-Addressing support, in the form of EndpointMappings
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
org.springframework.ws.soap.security.wss4j Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. 
org.springframework.ws.soap.security.xwss Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. 
org.springframework.ws.soap.server Contains classes for SOAP-specific server-side Spring-WS support. 
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. 
org.springframework.ws.soap.server.endpoint.mapping Provides miscellaneous endpoints EndpointMapping implementations for SOAP purposes. 
 

Classes in org.springframework.ws.server used by org.springframework.ws.server
EndpointAdapter
          Interface that must be implemented for each endpoint type to handle a message request.
EndpointExceptionResolver
          Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
EndpointInvocationChain
          Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
 

Classes in org.springframework.ws.server used by org.springframework.ws.server.endpoint
EndpointExceptionResolver
          Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
 

Classes in org.springframework.ws.server used by org.springframework.ws.server.endpoint.adapter
EndpointAdapter
          Interface that must be implemented for each endpoint type to handle a message request.
 

Classes in org.springframework.ws.server used by org.springframework.ws.server.endpoint.interceptor
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
SmartEndpointInterceptor
          Extension of the EndpointInterceptor interface that adds a way to decide whether the interceptor should intercept a given message context.
 

Classes in org.springframework.ws.server used by org.springframework.ws.server.endpoint.mapping
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
EndpointInvocationChain
          Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
 

Classes in org.springframework.ws.server used by org.springframework.ws.server.endpoint.mapping.jaxb
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.addressing.server
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
EndpointInvocationChain
          Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.security
EndpointExceptionResolver
          Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.security.wss4j
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.security.xwss
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.server
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
EndpointInvocationChain
          Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
MessageDispatcher
          Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
SmartEndpointInterceptor
          Extension of the EndpointInterceptor interface that adds a way to decide whether the interceptor should intercept a given message context.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.server.endpoint
EndpointExceptionResolver
          Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.server.endpoint.interceptor
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
SmartEndpointInterceptor
          Extension of the EndpointInterceptor interface that adds a way to decide whether the interceptor should intercept a given message context.
 

Classes in org.springframework.ws.server used by org.springframework.ws.soap.server.endpoint.mapping
EndpointInterceptor
          Workflow interface that allows for customized endpoint invocation chains.
EndpointInvocationChain
          Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointMapping
          Defines a mapping between message requests and endpoint objects.
 


Spring Web Services Framework

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