2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.domain.manager.impl
Class FileServiceImpl
java.lang.Object
  
HttpServlet
      
org.apache.tuscany.sca.domain.manager.impl.FileServiceImpl
public class FileServiceImpl
- extends HttpServlet
 
Implementation of a servlet component supporting file upload/download.
 
 
| 
Method Summary | 
protected  void | 
doGet(HttpServletRequest request,
      HttpServletResponse response)
 
            | 
 void | 
doPost(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 | 
 
directoryName
public java.lang.String directoryName
domainManagerConfiguration
public DomainManagerConfiguration domainManagerConfiguration
FileServiceImpl
public FileServiceImpl()
initialize
public void initialize()
                throws java.io.IOException
- Initialize the component.
- Throws:
 java.io.IOException
 
 
doPost
public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException
- Throws:
 java.io.IOException
 
doGet
protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
- Throws:
 ServletException
java.io.IOException