|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.bpel.entity.EndpointReference
public class EndpointReference
BPELファイルに定義されている情報のうち、EndpointReference情報を格納するクラス。
| コンストラクタの概要 | |
|---|---|
EndpointReference()
|
|
| メソッドの概要 | |
|---|---|
URL |
getAddress()
アドレスを取得する。 |
QName |
getServiceName()
サービス名を取得する。 |
String |
getServicePortName()
サービスのポート名を取得する。 |
void |
setAddress(URL address)
アドレスを設定する。 |
void |
setServiceName(QName serviceName)
サービス名を設定する。 |
void |
setServicePortName(String servicePortName)
サービスのポート名を設定する。 |
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public EndpointReference()
| メソッドの詳細 |
|---|
public URL getAddress()
public void setAddress(URL address)
address - アドレスpublic String getServicePortName()
public void setServicePortName(String servicePortName)
servicePortName - サービスのポート名public QName getServiceName()
public void setServiceName(QName serviceName)
serviceName - サービス名public String toString()
Object 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||