クラス EndpointInvocationChain

java.lang.ObjectSE
org.springframework.ws.server.EndpointInvocationChain
既知の直属サブクラス
SoapEndpointInvocationChain

public class EndpointInvocationChain extends ObjectSE
エンドポイントオブジェクトと前処理インターセプターで構成されるエンドポイント呼び出しチェーン。
導入:
1.0.0
作成者:
Arjen Poutsma
関連事項:
  • コンストラクターの詳細

    • EndpointInvocationChain

      public EndpointInvocationChain(ObjectSE endpoint)
      新しい EndpointInvocationChain を作成します。
      パラメーター:
      endpoint - 呼び出すエンドポイントオブジェクト
    • EndpointInvocationChain

      public EndpointInvocationChain(ObjectSE endpoint, EndpointInterceptor[] interceptors)
      新しい EndpointInvocationChain を作成します。
      パラメーター:
      endpoint - 呼び出すエンドポイントオブジェクト
      interceptors - 適用するインターセプターの配列
  • メソッドの詳細

    • getEndpoint

      public ObjectSE getEndpoint()
      呼び出すエンドポイントオブジェクトを返します。
      戻り値:
      エンドポイントオブジェクト
    • getInterceptors

      public EndpointInterceptor[] getInterceptors()
      ハンドラーが実行される前に適用するインターセプターの配列を返します。
      戻り値:
      インターセプターの配列