jp.go.nict.langrid.dao.util
インタフェース BPELServiceInstanceReader

既知の実装クラスの一覧:
BPRBPELServiceInstanceReader, DirectoryBPELServiceInstanceReader

public interface BPELServiceInstanceReader

BPELインスタンスを読み込むReader。

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

メソッドの概要
 InputStream getBpel()
          BPELを取得する。
 InputStream getWsdl(int index)
          WSDLを取得する。
 int getWsdlCount()
          WSDLの数を取得する。
 

メソッドの詳細

getBpel

InputStream getBpel()
                    throws IOException
BPELを取得する。

戻り値:
BPEL
例外:
IOException - 取得に失敗した

getWsdlCount

int getWsdlCount()
WSDLの数を取得する。

戻り値:
WSDLの数

getWsdl

InputStream getWsdl(int index)
                    throws IOException
WSDLを取得する。

パラメータ:
index - WSDLのインデックス(0起源)
戻り値:
WSDL
例外:
IOException