インターフェースの使用
org.springframework.ws.server.EndpointExceptionResolver
EndpointExceptionResolver を使用するパッケージ
パッケージ
説明
サーバー側の Spring-WS サポート用のクラスが含まれています。
標準のエンドポイントと
EndpointAdapter
の実装を提供します。WS-Security 実装クラスを提供します。
SOAP の
EndpointAdapter
、EndpointMapping
、EndpointExceptionResolver
実装を提供します。org.springframework.ws.server 内の EndpointExceptionResolver 使用
型 EndpointExceptionResolver の引数を持つ型を返す org.springframework.ws.server のメソッド修飾子と型メソッド説明MessageDispatcher.getEndpointExceptionResolvers()
このMessageDispatcher
で使用するEndpointExceptionResolver
を返します。型 EndpointExceptionResolver の型引数を持つ org.springframework.ws.server のメソッドパラメーター修飾子と型メソッド説明void
MessageDispatcher.setEndpointExceptionResolvers
(ListSE<EndpointExceptionResolver> endpointExceptionResolvers) このMessageDispatcher
で使用するEndpointExceptionResolver
を設定します。org.springframework.ws.server.endpoint 内の EndpointExceptionResolver 使用
org.springframework.ws.soap.security 内の EndpointExceptionResolver 使用
型 EndpointExceptionResolver のパラメーターを持つ org.springframework.ws.soap.security のメソッド修飾子と型メソッド説明void
AbstractWsSecurityInterceptor.setExceptionResolver
(EndpointExceptionResolver exceptionResolver) 検証例外を解決するためのEndpointExceptionResolver
を提供します。org.springframework.ws.soap.server.endpoint 内の EndpointExceptionResolver 使用
修飾子と型クラス説明class
SoapFaultDefinition
に依存する SOAP ベースのEndpointExceptionResolver
実装の抽象基本クラス。class
例外のメッセージを障害文字列として格納する、単純な SOAP 固有のEndpointExceptionResolver
実装。class
SoapFault
アノテーションを使用して例外を SOAP 障害にマップするEndpointExceptionResolver
インターフェースの実装。class
例外クラス名を SOAP フォールトにマッピングできるようにする例外リゾルバー。