Class WSDL2CodeFileUploadExecutor
java.lang.Object
org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
org.wso2.carbon.wsdl2code.ui.fileupload.WSDL2CodeFileUploadExecutor
public class WSDL2CodeFileUploadExecutor
extends org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
-
Field Summary
Fields inherited from class org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
configurationContext, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyInputStream(InputStream in, OutputStream out) booleanexecute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
checkServiceFileExtensionValidity, executeCommon, generateUUID, getAllFileItems, getContextRoot, getErrorRedirectionPage, getFileItemsMap, getFileName, getFormFieldsMap, getFormFieldValue, getWorkingDir, parseRequest, parseRequest, uploadArtifacts, uploadFile
-
Constructor Details
-
WSDL2CodeFileUploadExecutor
public WSDL2CodeFileUploadExecutor()
-
-
Method Details
-
copyInputStream
- Throws:
IOException
-
execute
public boolean execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws org.wso2.carbon.CarbonException, IOException - Specified by:
executein classorg.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor- Throws:
org.wso2.carbon.CarbonExceptionIOException
-