All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wso2.carbon.stub.CarbonAppUploader Maven / Gradle / Ivy

Go to download

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;

     

        
       //
       }
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy