jp.go.nict.langrid.dao.util
クラス ExternalServiceInstanceWriter

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.util.ExternalServiceInstanceWriter

public class ExternalServiceInstanceWriter
extends Object

外部サービスのインスタンスを作成する。下記の手順で使用する。

バージョン:
$Revision: 10537 $
作成者:
$Author: Takao Nakaguchi $

コンストラクタの概要
ExternalServiceInstanceWriter(OutputStream out)
          コンストラクタ。
 
メソッドの概要
 void finish()
          作成を完了する。
 void write(String fileName, InputStream wsdl)
          WSDLを出力する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ExternalServiceInstanceWriter

public ExternalServiceInstanceWriter(OutputStream out)
                              throws IOException
コンストラクタ。

パラメータ:
out - 作成先
例外:
IOException - 出力処理に失敗した
メソッドの詳細

write

public void write(String fileName,
                  InputStream wsdl)
           throws IOException
WSDLを出力する。

パラメータ:
fileName - ファイル名
wsdl - WSDL
例外:
IOException - 出力処理に失敗した

finish

public void finish()
            throws IOException
作成を完了する。

例外:
IOException - 出力処理に失敗した