org.seasar.remoting.xmlrpc.connector
クラス XmlRpcConnector

java.lang.Object
  上位を拡張 org.seasar.remoting.common.connector.impl.URLBasedConnector
      上位を拡張 org.seasar.remoting.xmlrpc.connector.XmlRpcConnector
すべての実装されたインタフェース:
org.seasar.remoting.common.connector.Connector

public class XmlRpcConnector
extends org.seasar.remoting.common.connector.impl.URLBasedConnector

XML-RPCを呼び出すコネクタです。

作成者:
agata

フィールドの概要
 
クラス org.seasar.remoting.common.connector.impl.URLBasedConnector から継承されたフィールド
baseURL
 
コンストラクタの概要
XmlRpcConnector()
          デフォルトのコンストラクタ。
 
メソッドの概要
 Object invoke(String remoteName, Method method, Object[] args)
           
 void setTypeConverterFactory(org.apache.xmlrpc.common.TypeConverterFactory typeConverterFactory)
           
 
クラス org.seasar.remoting.common.connector.impl.URLBasedConnector から継承されたメソッド
getBaseURL, setBaseURL
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlRpcConnector

public XmlRpcConnector()
デフォルトのコンストラクタ。

メソッドの詳細

setTypeConverterFactory

public void setTypeConverterFactory(org.apache.xmlrpc.common.TypeConverterFactory typeConverterFactory)

invoke

public Object invoke(String remoteName,
                     Method method,
                     Object[] args)
              throws Throwable
例外:
Throwable


Copyright © 2007 The Seasar Foundation. All Rights Reserved.