Class SimpleSoapExceptionResolver

java.lang.Object
org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
All Implemented Interfaces:
org.springframework.core.Ordered, EndpointExceptionResolver

public class SimpleSoapExceptionResolver extends AbstractEndpointExceptionResolver
Simple, SOAP-specific EndpointExceptionResolver implementation that stores the exception's message as the fault string.

The fault code is always set to a Server (in SOAP 1.1) or Receiver (SOAP 1.2).

Since:
1.0.0
Author:
Arjen Poutsma