インターフェースの使用
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 のメソッドパラメーター修飾子と型メソッド説明voidMessageDispatcher.setEndpointExceptionResolvers(ListSE<EndpointExceptionResolver> endpointExceptionResolvers) このMessageDispatcherで使用するEndpointExceptionResolverを設定します。org.springframework.ws.server.endpoint 内の EndpointExceptionResolver 使用
org.springframework.ws.soap.security 内の EndpointExceptionResolver 使用
型 EndpointExceptionResolver のパラメーターを持つ org.springframework.ws.soap.security のメソッド修飾子と型メソッド説明voidAbstractWsSecurityInterceptor.setExceptionResolver(EndpointExceptionResolver exceptionResolver) 検証例外を解決するためのEndpointExceptionResolverを提供します。org.springframework.ws.soap.server.endpoint 内の EndpointExceptionResolver 使用
修飾子と型クラス説明classSoapFaultDefinitionに依存する SOAP ベースのEndpointExceptionResolver実装の抽象基本クラス。class例外のメッセージを障害文字列として格納する、単純な SOAP 固有のEndpointExceptionResolver実装。classSoapFaultアノテーションを使用して例外を SOAP 障害にマップするEndpointExceptionResolverインターフェースの実装。class例外クラス名を SOAP フォールトにマッピングできるようにする例外リゾルバー。