|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.remoting.client.connector.impl.URLBasedConnector
org.seasar.remoting.axis.connector.AxisConnector
入れ子クラスの概要 |
クラス org.seasar.remoting.client.connector.impl.URLBasedConnector から継承した入れ子クラス |
org.seasar.remoting.client.connector.impl.URLBasedConnector.LRUMap |
フィールドの概要 | |
protected javax.xml.rpc.Service |
service
|
クラス org.seasar.remoting.client.connector.impl.URLBasedConnector から継承したフィールド |
baseURL, cachedURLs, DEFAULT_MAX_CACHED_URLS |
コンストラクタの概要 | |
AxisConnector()
|
メソッドの概要 | |
protected java.lang.Object |
invoke(java.net.URL targetURL,
java.lang.reflect.Method method,
java.lang.Object[] args)
Axisサービスを使用してリモートメソッドの呼び出しを実行し、その結果を返します。 |
void |
setService(javax.xml.rpc.Service service)
Axisサービスを設定します。 |
クラス org.seasar.remoting.client.connector.impl.URLBasedConnector から継承したメソッド |
getTargetURL, invoke, setBaseURL, setMaxCachedURLs |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected javax.xml.rpc.Service service
コンストラクタの詳細 |
public AxisConnector()
メソッドの詳細 |
public void setService(javax.xml.rpc.Service service)
service
- Axisサービスprotected java.lang.Object invoke(java.net.URL targetURL, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
targetURL
- リモートオブジェクトのURLmethod
- 呼び出すメソッドargs
- リモートオブジェクトのメソッド呼び出しに渡される引数値を格納するオブジェクト配列
java.lang.Throwable
- リモートオブジェクトに対するメソッド呼び出しからスローされる例外
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |