インターフェース SmartEndpointInterceptor

すべてのスーパーインターフェース:
EndpointInterceptor
すべての既知のサブインターフェース:
SmartSoapEndpointInterceptor
すべての既知の実装クラス:
DelegatingSmartEndpointInterceptorDelegatingSmartSoapEndpointInterceptorPayloadRootSmartSoapEndpointInterceptorSoapActionSmartEndpointInterceptor

public interface SmartEndpointInterceptor extends EndpointInterceptor
インターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを決定する方法を追加する EndpointInterceptor インターフェースの拡張。
導入:
2.0
作成者:
Arjen Poutsma
  • メソッドの詳細

    • shouldIntercept

      boolean shouldIntercept(MessageContext messageContext, ObjectSE endpoint)
      このインターセプターが特定のメッセージコンテキストをインターセプトする必要があるかどうかを示します。
      パラメーター:
      messageContext - 受信リクエストメッセージが含まれています
      endpoint - 呼び出すエンドポイントを選択
      戻り値:
      このインターセプターが適用されることを示す true。それ以外の場合は false