Package | Description |
---|---|
org.springframework.ws.soap.server.endpoint |
Provides
EndpointAdapter , EndpointMapping , and EndpointExceptionResolver
implementations for SOAP. |
Modifier and Type | Method and Description |
---|---|
protected SoapFaultDefinition |
SoapFaultMappingExceptionResolver.getFaultDefinition(Object endpoint,
Exception ex) |
protected SoapFaultDefinition |
SoapFaultAnnotationExceptionResolver.getFaultDefinition(Object endpoint,
Exception ex) |
protected abstract SoapFaultDefinition |
AbstractSoapFaultDefinitionExceptionResolver.getFaultDefinition(Object endpoint,
Exception ex)
Template method that returns the
SoapFaultDefinition for the given exception. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSoapFaultDefinitionExceptionResolver.setDefaultFault(SoapFaultDefinition defaultFault)
Set the default fault.
|
Copyright © 2020 Pivotal Software. All rights reserved.