public interface DataServiceFileUploader
Modifier and Type | Method and Description |
---|---|
void |
startuploadService(String fileName5,
String serviceHierarchy6,
DataHandler dataHandler7,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadWSDL(String fileName15,
DataHandler dataHandler16,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
starturlWsdlUpload(String url11,
DataServiceFileUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String |
uploadService(String fileName5,
String serviceHierarchy6,
DataHandler dataHandler7)
Auto generated method signature
|
String |
uploadWSDL(String fileName15,
DataHandler dataHandler16)
Auto generated method signature
|
String |
urlWsdlUpload(String url11)
Auto generated method signature
|
String uploadService(String fileName5, String serviceHierarchy6, DataHandler dataHandler7) throws RemoteException, ExceptionException
uploadService4
- ExceptionException
- :RemoteException
void startuploadService(String fileName5, String serviceHierarchy6, DataHandler dataHandler7, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
uploadService4
- RemoteException
String urlWsdlUpload(String url11) throws RemoteException, ExceptionException
urlWsdlUpload10
- ExceptionException
- :RemoteException
void starturlWsdlUpload(String url11, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
urlWsdlUpload10
- RemoteException
String uploadWSDL(String fileName15, DataHandler dataHandler16) throws RemoteException, ExceptionException
uploadWSDL14
- ExceptionException
- :RemoteException
void startuploadWSDL(String fileName15, DataHandler dataHandler16, DataServiceFileUploaderCallbackHandler callback) throws RemoteException
uploadWSDL14
- RemoteException
Copyright © 2019 WSO2. All rights reserved.