2008-02-07 1.1.0

org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet
Class WriteProfileServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.soda.dk.epcglobal.llrp.write.profile.servlet.WriteProfileServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WriteProfileServlet
extends javax.servlet.http.HttpServlet

Version:
1.1.0
See Also:
Serialized Form

Constructor Summary
WriteProfileServlet()
          Constructs an instance of this class.
 
Method Summary
 void bind(HttpService httpService, WriteProfileConsole writeProfileConsole)
          Bind with the specified http service and write profile console parameters.
protected  void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do get with the specified request and response parameters.
protected  void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do post with the specified request and response parameters.
 
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

WriteProfileServlet

public WriteProfileServlet()
Constructs an instance of this class.

Method Detail

bind

public void bind(HttpService httpService,
                 WriteProfileConsole writeProfileConsole)
Bind with the specified http service and write profile console parameters.

Parameters:
httpService - The http service (HttpService) parameter.
writeProfileConsole - The write profile console (WriteProfileConsole) parameter.

doGet

protected void doGet(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException,
                     java.io.IOException
Do get with the specified request and response parameters.

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      java.io.IOException
Do post with the specified request and response parameters.

Overrides:
doPost in class javax.servlet.http.HttpServlet
Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

2008-02-07 1.1.0

Copyright (c) 2008 IBM. See license in Legal section.