stub.sp.it.citk.org.log
クラス SOAPMessageViewer

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 stub.sp.it.citk.org.log.SOAPMessageViewer
すべての実装されたインタフェース:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SOAPMessageViewer
extends javax.servlet.http.HttpServlet

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

コンストラクタの概要
SOAPMessageViewer()
           
 
メソッドの概要
protected  void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the HTTP GET method.
protected  void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the HTTP POST method.
 String getServletInfo()
          Returns a short description of the servlet.
 void init(javax.servlet.ServletConfig config)
           
protected  void processRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Processes requests for both HTTP GET and POST methods.
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SOAPMessageViewer

public SOAPMessageViewer()
メソッドの詳細

init

public void init(javax.servlet.ServletConfig config)
定義:
インタフェース javax.servlet.Servlet 内の init
オーバーライド:
クラス javax.servlet.GenericServlet 内の init

processRequest

protected void processRequest(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws javax.servlet.ServletException,
                              IOException
Processes requests for both HTTP GET and POST methods.

パラメータ:
request - Http Servlet Request
response - Http Servlet Response
例外:
javax.servlet.ServletException
IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     IOException
Handles the HTTP GET method.

オーバーライド:
クラス javax.servlet.http.HttpServlet 内の doGet
パラメータ:
request - Http Servlet Request
response - Http Servlet Response
例外:
javax.servlet.ServletException
IOException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      IOException
Handles the HTTP POST method.

オーバーライド:
クラス javax.servlet.http.HttpServlet 内の doPost
パラメータ:
request - Http Servlet Request
response - Http Servlet Response
例外:
javax.servlet.ServletException
IOException

getServletInfo

public String getServletInfo()
Returns a short description of the servlet.

定義:
インタフェース javax.servlet.Servlet 内の getServletInfo
オーバーライド:
クラス javax.servlet.GenericServlet 内の getServletInfo


Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.