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

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

public class DeployableCompositeServiceImpl
extends HttpServlet

Implementation of a service that returns the source of a deployable composite.


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

domainManagerConfiguration

public DomainManagerConfiguration domainManagerConfiguration

deployableCollection

public LocalItemCollection deployableCollection
Constructor Detail

DeployableCompositeServiceImpl

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