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

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

public class QuickStartServiceImpl
extends HttpServlet

Implementation of a component that provides a quick start path for a composite in a contribution.


Field Summary
 LocalItemCollection cloudCollection
           
 LocalItemCollection contributionCollection
           
 LocalItemCollection deployableCollection
           
 LocalItemCollection domainCompositeCollection
           
 LocalItemCollection processCollection
           
 
Constructor Summary
QuickStartServiceImpl()
           
 
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
 

Field Detail

contributionCollection

public LocalItemCollection contributionCollection

deployableCollection

public LocalItemCollection deployableCollection

domainCompositeCollection

public LocalItemCollection domainCompositeCollection

cloudCollection

public LocalItemCollection cloudCollection

processCollection

public LocalItemCollection processCollection
Constructor Detail

QuickStartServiceImpl

public QuickStartServiceImpl()
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