org.wso2.carbon.stub.CarbonAppUploader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-car-deploy-plugin Show documentation
Show all versions of maven-car-deploy-plugin Show documentation
Maven plugin which deploys the generated CAR artifacts to remote/local Carbon Servers.
The newest version!
/**
* CarbonAppUploader.java
*
* This file was auto-generated from WSDL
* by the Apache Axis2 version: 1.6.1-wso2v1 Built on : Jun 24, 2011 (06:41:37 IST)
*/
package org.wso2.carbon.stub;
/*
* CarbonAppUploader java interface
*/
public interface CarbonAppUploader {
/**
* Auto generated method signature
*
* @param uploadApp1
*/
public void uploadApp(
org.wso2.carbon.application.mgt.stub.upload.types.carbon.UploadedFileItem[] fileItems2)
throws java.rmi.RemoteException
;
/**
* Auto generated method signature for Asynchronous Invocations
*
* @param uploadApp1
*/
public void startuploadApp(
org.wso2.carbon.application.mgt.stub.upload.types.carbon.UploadedFileItem[] fileItems2,
final org.wso2.carbon.stub.CarbonAppUploaderCallbackHandler callback)
throws java.rmi.RemoteException;
//
}