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

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

public abstract class URLBasedConnector
extends java.lang.Object
implements Connector

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

作成者:
koichik

フィールドの概要
protected  java.net.URL baseURL
           
 
コンストラクタの概要
URLBasedConnector()
           
 
メソッドの概要
 java.net.URL getBaseURL()
          ベースURLを返します。
 void setBaseURL(java.net.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 java.net.URL baseURL
コンストラクタの詳細

URLBasedConnector

public URLBasedConnector()
メソッドの詳細

getBaseURL

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

戻り値:
ベースURL

setBaseURL

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

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


Copyright © 2004-2005 The Seasar Project. All Rights Reserved.