|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.cosee.binding.TreeBindings
public class TreeBindings
ツリーバインディングを保持する。
コンストラクタの概要 | |
---|---|
TreeBindings()
コンストラクタ。 |
|
TreeBindings(List<SOAPHeaderElement> headers)
コンストラクタ。 |
メソッドの概要 | |
---|---|
String |
getBindingFor(String invocationName)
特定のサービス呼び出しへのバインディングを取得する。 |
Collection<BindingNode> |
getChildrenNodes(String invocationName)
特定のサービス呼び出しへのバインディングの下部バインディング情報を取得する。 |
void |
merge(TreeBindings other)
マージする。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public TreeBindings()
public TreeBindings(List<SOAPHeaderElement> headers) throws ParseException
headers
- SOAPヘッダのリスト
ParseException
- バインディング情報のパーズに失敗したメソッドの詳細 |
---|
public void merge(TreeBindings other)
other
- マージ元public String getBindingFor(String invocationName)
invocationName
- サービス呼び出し名
public Collection<BindingNode> getChildrenNodes(String invocationName)
invocationName
- サービス呼び出し名
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |