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

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

public class CompositeGeneratorServiceImpl
extends HttpServlet

Implementation of a service that generates a composite from a composite model.


Field Summary
 LocalItemCollection contributionCollection
           
 DomainManagerConfiguration domainManagerConfiguration
           
 
Constructor Summary
CompositeGeneratorServiceImpl()
           
 
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

domainManagerConfiguration

public DomainManagerConfiguration domainManagerConfiguration
Constructor Detail

CompositeGeneratorServiceImpl

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