インターフェース SmartEndpointInterceptor
- すべてのスーパーインターフェース:
EndpointInterceptor
- すべての既知のサブインターフェース:
SmartSoapEndpointInterceptor
- すべての既知の実装クラス:
DelegatingSmartEndpointInterceptor、DelegatingSmartSoapEndpointInterceptor、PayloadRootSmartSoapEndpointInterceptor、SoapActionSmartEndpointInterceptor
インターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを決定する方法を追加する
EndpointInterceptor インターフェースの拡張。- 導入:
- 2.0
- 作成者:
- Arjen Poutsma
メソッドのサマリー
修飾子と型メソッド説明booleanshouldIntercept(MessageContext messageContext, ObjectSE endpoint) このインターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを示します。インターフェース org.springframework.ws.server.EndpointInterceptor から継承されたメソッド
afterCompletion, handleFault, handleRequest, handleResponse
メソッドの詳細
shouldIntercept
このインターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを示します。- パラメーター:
messageContext- 受信リクエストメッセージが含まれていますendpoint- 呼び出すエンドポイントを選択- 戻り値:
- このインターセプターが適用されることを示す
true。それ以外の場合はfalse