クラス EndpointInvocationChain
java.lang.ObjectSE
org.springframework.ws.server.EndpointInvocationChain
- 既知の直属サブクラス
SoapEndpointInvocationChain
エンドポイントオブジェクトと前処理インターセプターで構成されるエンドポイント呼び出しチェーン。
- 導入:
- 1.0.0
- 作成者:
- Arjen Poutsma
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明EndpointInvocationChain(ObjectSE endpoint) 新しいEndpointInvocationChainを作成します。EndpointInvocationChain(ObjectSE endpoint, EndpointInterceptor[] interceptors) 新しいEndpointInvocationChainを作成します。方法の概要
修飾子と型メソッド説明呼び出すエンドポイントオブジェクトを返します。ハンドラーが実行される前に適用するインターセプターの配列を返します。
コンストラクターの詳細
EndpointInvocationChain
新しいEndpointInvocationChainを作成します。- パラメーター:
endpoint- 呼び出すエンドポイントオブジェクト
EndpointInvocationChain
新しいEndpointInvocationChainを作成します。- パラメーター:
endpoint- 呼び出すエンドポイントオブジェクトinterceptors- 適用するインターセプターの配列
メソッドの詳細
getEndpoint
呼び出すエンドポイントオブジェクトを返します。- 戻り値:
- エンドポイントオブジェクト
getInterceptors
ハンドラーが実行される前に適用するインターセプターの配列を返します。- 戻り値:
- インターセプターの配列