org.apache.tuscany.sca.implementation.node.manager
Class PingServiceImpl

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.implementation.node.manager.PingServiceImpl

public class PingServiceImpl
extends HttpServlet

Implementation of a ping service component.


Constructor Summary
PingServiceImpl()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void initialize()
          Initialize the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PingServiceImpl

public PingServiceImpl()
Method Detail

initialize

public void initialize()
                throws javax.xml.parsers.ParserConfigurationException
Initialize the component.

Throws:
javax.xml.parsers.ParserConfigurationException

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException