|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.ogis_ri.citk.forwarding.transformer.OutboundEndpoint
public class OutboundEndpoint
エンドポイント管理クラス。
コンストラクタの概要 | |
---|---|
OutboundEndpoint()
コンストラクタ。 |
|
OutboundEndpoint(String protocol,
String host,
int port,
String appcontext,
String path,
String method)
コンストラクタ。 |
|
OutboundEndpoint(URL url)
エンドポイントのURLを設定する。 |
メソッドの概要 | |
---|---|
String |
getAppcontext()
エンドポイントのアプリケーションコンテキストを取得する。 |
String |
getHost()
ホストを取得する。 |
int |
getPort()
エンドポイントのポートを取得する。 |
String |
getProtocol()
エンドポイントの プロトコルを取得する。 |
void |
setAppcontext(String appcontext)
エンドポイントのアプリケーションコンテキストを設定する。 |
void |
setHost(String host)
ホストを設定する。 |
void |
setPort(int port)
エンドポイントのポートを設定する。 |
void |
setProtocol(String protocol)
エンドポイントのプロトコルを設定する。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public OutboundEndpoint()
public OutboundEndpoint(URL url)
url
- エンドポイントのURL。public OutboundEndpoint(String protocol, String host, int port, String appcontext, String path, String method)
protocol
- エンドポイントのプロトコル。host
- エンドポイントのホスト。port
- エンドポイントのポート。appcontext
- エンドポイントのアプリケーションコンテキスト。path
- エンドポイントのパス。method
- エンドポイントのメソッド。メソッドの詳細 |
---|
public String getProtocol()
public void setProtocol(String protocol)
protocol
- エンドポイントのプロトコル。public String getHost()
public void setHost(String host)
host
- ホスト。public int getPort()
public void setPort(int port)
port
- エンドポイントのポート。public String getAppcontext()
public void setAppcontext(String appcontext)
appcontext
- エンドポイントのアプリケーションコンテキスト。public String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |