クラス SimpleSoapExceptionResolver

java.lang.ObjectSE
org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
実装されたすべてのインターフェース:
org.springframework.core.OrderedEndpointExceptionResolver

public class SimpleSoapExceptionResolver extends AbstractEndpointExceptionResolver
例外のメッセージを障害文字列として格納する、単純な SOAP 固有の EndpointExceptionResolver 実装。

障害コードは常にサーバー(SOAP 1.1)またはレシーバー(SOAP 1.2)に設定されます。

導入:
1.0.0
作成者:
Arjen Poutsma