jp.go.nict.langrid.foundation.servlet
クラス WSDLGeneratorServlet

java.lang.Object
  上位を拡張 javax.servlet.GenericServlet
      上位を拡張 javax.servlet.http.HttpServlet
          上位を拡張 jp.go.nict.langrid.foundation.AbstractLangridServlet
              上位を拡張 jp.go.nict.langrid.foundation.servlet.WSDLGeneratorServlet
すべての実装されたインタフェース:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WSDLGeneratorServlet
extends AbstractLangridServlet

WSDLを生成するサーブレット。 ServiceManagement.getServiceWsdlが返すものと同じWSDLを返す。

作成者:
Takao Nakaguchi
関連項目:
直列化された形式

入れ子のクラスの概要
static class WSDLGeneratorServlet.Parameters
          WSDLGeneratorのパラメータ。
 
コンストラクタの概要
WSDLGeneratorServlet()
           
 
メソッドの概要
protected  void doPrepare(DaoFactory daoFactory)
           
protected  void doProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ServiceContext serviceContext, DaoContext daoContext, String userId, String serviceGridId, String serviceId)
           
 void init()
           
 
クラス jp.go.nict.langrid.foundation.AbstractLangridServlet から継承されたメソッド
doGet, doPost, getDaoFactory, getGridDao, getGridId, getNodeDao, getParameterContext, getServiceDao, getServiceTypeDao, getSubscriptionDao, getSystemPropertyDao, getTemporaryUserDao, getUserDao, prepare
 
クラス javax.servlet.http.HttpServlet から継承されたメソッド
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
クラス javax.servlet.GenericServlet から継承されたメソッド
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WSDLGeneratorServlet

public WSDLGeneratorServlet()
メソッドの詳細

init

public void init()
          throws javax.servlet.ServletException
オーバーライド:
クラス javax.servlet.GenericServlet 内の init
例外:
javax.servlet.ServletException

doPrepare

protected void doPrepare(DaoFactory daoFactory)
                  throws DaoException
定義:
クラス AbstractLangridServlet 内の doPrepare
例外:
DaoException

doProcess

protected void doProcess(javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         ServiceContext serviceContext,
                         DaoContext daoContext,
                         String userId,
                         String serviceGridId,
                         String serviceId)
                  throws IOException,
                         MalformedURLException,
                         javax.servlet.ServletException,
                         ServiceNotFoundException,
                         DaoException
定義:
クラス AbstractLangridServlet 内の doProcess
例外:
IOException
MalformedURLException
javax.servlet.ServletException
ServiceNotFoundException
DaoException