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

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

public class WSDDDeployer
extends java.lang.Object
implements ItemDeployer

diconファイル中に記述されたメタ情報で指定されたWSDDファイルをAxisにデプロイします。

作成者:
koichik

フィールドの概要
protected  AxisDeployer deployer
           
 
コンストラクタの概要
WSDDDeployer(AxisDeployer deployer)
          インスタンスを構築します。
 
メソッドの概要
 void deploy(org.seasar.framework.container.ComponentDef componentDef, org.seasar.framework.container.MetaDef metaDef)
          メタ情報で指定されたWSDDファイルをデプロイします。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

deployer

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

WSDDDeployer

public WSDDDeployer(AxisDeployer deployer)
インスタンスを構築します。

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

deploy

public void deploy(org.seasar.framework.container.ComponentDef componentDef,
                   org.seasar.framework.container.MetaDef metaDef)
メタ情報で指定されたWSDDファイルをデプロイします。

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


Copyright © 2005-2006 The Seasar Foundation. All Rights Reserved.