org.seasar.remoting.xmlrpc.servlet
クラス S2XmlRpcServlet

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 org.apache.xmlrpc.webserver.XmlRpcServlet
              上位を拡張 org.seasar.remoting.xmlrpc.servlet.S2XmlRpcServlet
すべての実装されたインタフェース:
Serializable, Servlet, ServletConfig

public class S2XmlRpcServlet
extends org.apache.xmlrpc.webserver.XmlRpcServlet

関連項目:
直列化された形式

コンストラクタの概要
S2XmlRpcServlet()
           
 
メソッドの概要
 void init(ServletConfig config)
           
protected  org.apache.xmlrpc.server.XmlRpcHandlerMapping newXmlRpcHandlerMapping()
           
 
クラス org.apache.xmlrpc.webserver.XmlRpcServlet から継承されたメソッド
doPost, getXmlRpcServletServer, log, log, newPropertyHandlerMapping, newXmlRpcServer
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

S2XmlRpcServlet

public S2XmlRpcServlet()
メソッドの詳細

init

public void init(ServletConfig config)
          throws ServletException
定義:
インタフェース Servlet 内の init
オーバーライド:
クラス org.apache.xmlrpc.webserver.XmlRpcServlet 内の init
例外:
ServletException

newXmlRpcHandlerMapping

protected org.apache.xmlrpc.server.XmlRpcHandlerMapping newXmlRpcHandlerMapping()
                                                                         throws org.apache.xmlrpc.XmlRpcException
オーバーライド:
クラス org.apache.xmlrpc.webserver.XmlRpcServlet 内の newXmlRpcHandlerMapping
例外:
org.apache.xmlrpc.XmlRpcException


Copyright © 2007 The Seasar Foundation. All Rights Reserved.