| Class | Description |
|---|---|
| AbstractFileUploadExecutor |
This class is responsible for handling File uploads of specific file types in Carbon.
|
| AnyFileUploadExecutor | |
| DBSFileUploadExecutor | |
| FileUploadExecutorManager |
This class is responsible for delegating the file upload requests to the different
FileUploadExecutors.
|
| JarZipUploadExecutor |
Handles Jar, Zip file upload and creating a service archive out of it
This class is totally comply with add_new_jar_zip.xsl.
|
| KeyStoreFileUploadExecutor | |
| ToolsAnyFileUploadExecutor | |
| ToolsFileUploadExecutor |
| Exception | Description |
|---|---|
| FileSizeLimitExceededException |
This exception will be thrown when the maximum allowed file size limit is exceeded.
|
| FileUploadFailedException |
This exception is thrown when file uploading fails
|
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.