2010-01-26 1.2.0

org.eclipse.soda.dk.epcglobal.llrp.config.servlet
Class LLRPConfigServlet

java.lang.Object
  extended by DeviceServlet
      extended by org.eclipse.soda.dk.epcglobal.llrp.config.servlet.LLRPConfigServlet

public class LLRPConfigServlet
extends DeviceServlet

Since:
1.0
Version:
1.2.0

Constructor Summary
LLRPConfigServlet()
          Constructs an instance of this class.
 
Method Summary
 void bind(LLRPConfigConsole llrpConfigConsole)
          Bind with the specified http service and llrp config console parameters.
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do get with the specified request and response parameters.
 java.lang.String getServletAlias()
          Gets the servlet alias (String) value.
 void processRequest(DeviceServletContext context)
          Process request with the specified context parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LLRPConfigServlet

public LLRPConfigServlet()
Constructs an instance of this class.

Method Detail

bind

public void bind(LLRPConfigConsole llrpConfigConsole)
Bind with the specified http service and llrp config console parameters.

Parameters:
llrpConfigConsole - The LLRP configuration console (LLRPConfigConsole) parameter.

doGet

public 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.

Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

getServletAlias

public java.lang.String getServletAlias()
Gets the servlet alias (String) value.

Returns:
The servlet alias (String) value.

processRequest

public void processRequest(DeviceServletContext context)
Process request with the specified context parameter.

Parameters:
context - The context (DeviceServletContext) parameter.

2010-01-26 1.2.0

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