Package org.wso2.carbon.ui.clients
Class FileDownloadServiceClient
- java.lang.Object
-
- org.wso2.carbon.ui.clients.FileDownloadServiceClient
-
- All Implemented Interfaces:
org.wso2.carbon.core.common.IFileDownload
public class FileDownloadServiceClient extends Object implements org.wso2.carbon.core.common.IFileDownload
-
-
Constructor Summary
Constructors Constructor Description FileDownloadServiceClient(org.apache.axis2.context.ConfigurationContext ctx, String serverURL, String cookie, javax.servlet.http.HttpSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataHandlerdownloadFile(String id)
-
-
-
Method Detail
-
downloadFile
public DataHandler downloadFile(String id)
- Specified by:
downloadFilein interfaceorg.wso2.carbon.core.common.IFileDownload
-
-