2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.domain.manager.impl
Class CompositeConfigurationServiceImpl
java.lang.Object
  
HttpServlet
      
org.apache.tuscany.sca.domain.manager.impl.CompositeConfigurationServiceImpl
public class CompositeConfigurationServiceImpl
- extends HttpServlet
 
Implementation of a service that returns a fully configured composite.
 
 
| 
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 | 
 
contributionCollection
public LocalItemCollection contributionCollection
domainCompositeCollection
public LocalItemCollection domainCompositeCollection
domainManagerConfiguration
public DomainManagerConfiguration domainManagerConfiguration
cloudCollection
public LocalItemCollection cloudCollection
CompositeConfigurationServiceImpl
public CompositeConfigurationServiceImpl()
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