org.wso2.wsas.transport.fileupload
Interface FileUploadExecutor

All Known Implementing Classes:
AbstractFileUploadExecutor, AnyFileUploadExecutor, EJBInterfaceFileUploadExecutor, JarZipUploadExecutor, KeyStoreFileUploadExecutor, ModuleFileUploadExecutor, POJOFileUploadExecutor, ServiceFileUploadExecutor, SpringFileUploadExecutor, WSDDFileUploadExecutor

public interface FileUploadExecutor


Method Summary
 boolean execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Method Detail

execute

boolean execute(javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
                throws org.wso2.utils.ServerException,
                       java.io.IOException
Throws:
org.wso2.utils.ServerException
java.io.IOException