Package | Description |
---|---|
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.soap.security |
Provides WS-Security implementation classes.
|
org.springframework.ws.soap.server.endpoint |
Provides
EndpointAdapter , EndpointMapping , and EndpointExceptionResolver
implementations for SOAP. |
Modifier and Type | Method and Description |
---|---|
List<EndpointExceptionResolver> |
MessageDispatcher.getEndpointExceptionResolvers()
Returns the
EndpointExceptionResolver s to use by this MessageDispatcher . |
Modifier and Type | Method and Description |
---|---|
void |
MessageDispatcher.setEndpointExceptionResolvers(List<EndpointExceptionResolver> endpointExceptionResolvers)
Sets the
EndpointExceptionResolver s to use by this MessageDispatcher . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointExceptionResolver
Abstract base class for
EndpointExceptionResolvers . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWsSecurityInterceptor.setExceptionResolver(EndpointExceptionResolver exceptionResolver)
Provide an
EndpointExceptionResolver for resolving validation exceptions. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapFaultDefinitionExceptionResolver
Abstract base class for SOAP-based
EndpointExceptionResolver implementations that depend on SoapFaultDefinition . |
class |
SimpleSoapExceptionResolver
Simple, SOAP-specific
EndpointExceptionResolver
implementation that stores the exception's message as the fault string. |
class |
SoapFaultAnnotationExceptionResolver
Implementation of the
EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults. |
class |
SoapFaultMappingExceptionResolver
Exception resolver that allows for mapping exception class names to SOAP Faults.
|
Copyright © 2020 Pivotal Software. All rights reserved.