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

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

public class ContributionServiceImpl
extends HttpServlet

Implementation of a contribution collection service component.


Field Summary
 LocalItemCollection contributionCollection
           
 
Constructor Summary
ContributionServiceImpl()
           
 
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
Constructor Detail

ContributionServiceImpl

public ContributionServiceImpl()
Method Detail

doGet

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