org.seasar.remoting.common.connector.impl
クラス URLBasedConnector

java.lang.Object
  拡張org.seasar.remoting.common.connector.impl.URLBasedConnector
すべての実装インタフェース:
Connector
直系の既知のサブクラス:
TargetSpecificURLBasedConnector

public abstract class URLBasedConnector
extends Object
implements Connector

URLに基づいてリモートメソッド呼び出しを行うコネクタの抽象基底クラスです。

作成者:
koichik

フィールドの概要
protected  URL baseURL
           
 
コンストラクタの概要
URLBasedConnector()
           
 
メソッドの概要
 URL getBaseURL()
          ベースURLを返します。
 void setBaseURL(URL baseURL)
          ベースURLを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.remoting.common.connector.Connector から継承したメソッド
invoke
 

フィールドの詳細

baseURL

protected URL baseURL
コンストラクタの詳細

URLBasedConnector

public URLBasedConnector()
メソッドの詳細

getBaseURL

public URL getBaseURL()
ベースURLを返します。

戻り値:
ベースURL

setBaseURL

public void setBaseURL(URL baseURL)
ベースURLを設定します。

パラメータ:
baseURL - ベースURLの文字列です


Copyright © 2005-2006 The Seasar Foundation. All Rights Reserved.