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
- 関連項目:
- 直列化された形式
クラス 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