Class Axis2RepoArtifactUploadExecutor

java.lang.Object
org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
org.wso2.carbon.repomanager.axis2.ui.fileupload.Axis2RepoArtifactUploadExecutor

public class Axis2RepoArtifactUploadExecutor extends org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
Class that is used to manage the Axis2 repository. This class communicates with the Axis2RepoManager Admin service to upload and delete artifacts
  • Field Summary

    Fields inherited from class org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor

    configurationContext
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Axis2RepoArtifactUploadExecutor

      public Axis2RepoArtifactUploadExecutor()
  • Method Details

    • execute

      public boolean execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws org.wso2.carbon.CarbonException, IOException
      Specified by:
      execute in class org.wso2.carbon.ui.transports.fileupload.AbstractFileUploadExecutor
      Throws:
      org.wso2.carbon.CarbonException
      IOException