org.seasar.remoting.axis.deployer
クラス HandlerDeployer

java.lang.Object
  拡張org.seasar.remoting.axis.deployer.HandlerDeployer
すべての実装インタフェース:
ItemDeployer

public class HandlerDeployer
extends java.lang.Object
implements ItemDeployer

diconファイル中に記述されたコンポーネントをハンドラとしてAxisにデプロイします。

作成者:
koichik

フィールドの概要
protected  Deployer deployer
           
 
コンストラクタの概要
HandlerDeployer(Deployer deployer)
          インスタンスを構築します。
 
メソッドの概要
 void deploy(org.seasar.framework.container.ComponentDef componentDef, org.seasar.framework.container.MetaDef metaDef)
          コンポーネントをハンドラとしてデプロイします。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

deployer

protected Deployer deployer
コンストラクタの詳細

HandlerDeployer

public HandlerDeployer(Deployer deployer)
インスタンスを構築します。

パラメータ:
deployer - デプロイヤー
メソッドの詳細

deploy

public void deploy(org.seasar.framework.container.ComponentDef componentDef,
                   org.seasar.framework.container.MetaDef metaDef)
コンポーネントをハンドラとしてデプロイします。

定義:
インタフェース ItemDeployer 内の deploy
パラメータ:
componentDef - コンポーネント定義
metaDef - メタ定義


Copyright © 2004-2005 The Seasar Project. All Rights Reserved.