at.knowcenter.wag.egov.egiz.web.servlets
Class DataURLServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byat.knowcenter.wag.egov.egiz.web.servlets.DataURLServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class DataURLServlet
extends HttpServlet

Author:
wprinz
See Also:
Serialized Form

Constructor Summary
DataURLServlet()
           
 
Method Summary
protected  void checkRequestCharacterEncoding(HttpServletRequest request)
           
protected  void dispatch(HttpServletRequest request, HttpServletResponse response, String resource)
           
protected static void dispatch(HttpServletRequest request, HttpServletResponse response, String resource, ServletContext context)
           
protected  void dispatchToResults(List results, HttpServletRequest request, HttpServletResponse response, String backToListURL)
           
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  boolean isNullResponse(String xml_response)
           
protected  void processSign(HttpServletRequest request, HttpServletResponse response, SignSessionInformation si)
           
protected  void processVerify(HttpServletRequest request, HttpServletResponse response, VerifySessionInformation si)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataURLServlet

public DataURLServlet()
Method Detail

dispatch

protected void dispatch(HttpServletRequest request,
                        HttpServletResponse response,
                        String resource)
                 throws ServletException,
                        IOException
Throws:
ServletException
IOException

dispatch

protected static void dispatch(HttpServletRequest request,
                               HttpServletResponse response,
                               String resource,
                               ServletContext context)
                        throws ServletException,
                               IOException
Throws:
ServletException
IOException

dispatchToResults

protected void dispatchToResults(List results,
                                 HttpServletRequest request,
                                 HttpServletResponse response,
                                 String backToListURL)
                          throws ServletException,
                                 IOException
Throws:
ServletException
IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     IOException
Throws:
ServletException
IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Throws:
ServletException
IOException
See Also:
HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

checkRequestCharacterEncoding

protected void checkRequestCharacterEncoding(HttpServletRequest request)
                                      throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

isNullResponse

protected boolean isNullResponse(String xml_response)

processSign

protected void processSign(HttpServletRequest request,
                           HttpServletResponse response,
                           SignSessionInformation si)
                    throws ServletException,
                           IOException,
                           ConnectorException,
                           SignatorException,
                           SignatorFactoryException,
                           SignatureException
Throws:
ServletException
IOException
ConnectorException
SignatorException
SignatorFactoryException
SignatureException

processVerify

protected void processVerify(HttpServletRequest request,
                             HttpServletResponse response,
                             VerifySessionInformation si)
                      throws ServletException,
                             IOException,
                             ConnectorException,
                             InvalidIDException
Throws:
ServletException
IOException
ConnectorException
InvalidIDException


Copyright © 2006-2010. All Rights Reserved.