|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.dao.util.BPRBPELServiceInstanceReader
public class BPRBPELServiceInstanceReader
BPELインスタンスを読み込むReader。
コンストラクタの概要 | |
---|---|
BPRBPELServiceInstanceReader(InputStream instance)
コンストラクタ。 |
メソッドの概要 | |
---|---|
InputStream |
getBpel()
BPELを取得する。 |
InputStream |
getWsdl(int index)
WSDLを取得する。 |
int |
getWsdlCount()
WSDLの数を取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BPRBPELServiceInstanceReader(InputStream instance)
instance
- メソッドの詳細 |
---|
public InputStream getBpel() throws IOException
BPELServiceInstanceReader
内の getBpel
IOException
- 取得に失敗したpublic int getWsdlCount()
BPELServiceInstanceReader
内の getWsdlCount
public InputStream getWsdl(int index) throws IOException
BPELServiceInstanceReader
内の getWsdl
index
- WSDLのインデックス(0起源)
IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |