org.apache.tuscany.sca.domain.manager.impl
Class NodeConfigurationServiceImpl

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.domain.manager.impl.NodeConfigurationServiceImpl

public class NodeConfigurationServiceImpl
extends HttpServlet

Implementation of a service that returns a node configuration.


Field Summary
 LocalItemCollection cloudCollection
           
 LocalItemCollection contributionCollection
           
 
Constructor Summary
NodeConfigurationServiceImpl()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contributionCollection

public LocalItemCollection contributionCollection

cloudCollection

public LocalItemCollection cloudCollection
Constructor Detail

NodeConfigurationServiceImpl

public NodeConfigurationServiceImpl()
Method Detail

doGet

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