public interface MediationLibraryAdminService
Modifier and Type | Method and Description |
---|---|
void |
addImport(String libName33,
String packageName34)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteImport(String importQualifiedName31)
Auto generated method signature for Asynchronous Invocations
|
void |
deleteLibrary(String libQualifiedName25)
Auto generated method signature for Asynchronous Invocations
|
DataHandler |
downloadLibraryArchive(String fileName18)
Auto generated method signature
|
String[] |
getAllImports()
Auto generated method signature
|
String[] |
getAllLibraries()
Auto generated method signature
|
LibraryInfo[] |
getAllLibraryInfo()
Auto generated method signature
|
String |
getImport(String qualifiedName27)
Auto generated method signature
|
LibraryInfo |
getLibraryInfo(String libName36,
String packageName37)
Auto generated method signature
|
void |
startdownloadLibraryArchive(String fileName18,
MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetImport(String qualifiedName27,
MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLibraryInfo(String libName36,
String packageName37,
MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateStatus(String libQName13,
String libName14,
String packageName15,
String status16)
Auto generated method signature for Asynchronous Invocations
|
String[] getAllImports() throws RemoteException
getAllImports9
- RemoteException
void startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
getAllImports9
- RemoteException
void updateStatus(String libQName13, String libName14, String packageName15, String status16) throws RemoteException
RemoteException
DataHandler downloadLibraryArchive(String fileName18) throws RemoteException, MediationLibraryAdminServiceException
downloadLibraryArchive17
- MediationLibraryAdminServiceException
- :RemoteException
void startdownloadLibraryArchive(String fileName18, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
downloadLibraryArchive17
- RemoteException
String[] getAllLibraries() throws RemoteException
getAllLibraries21
- RemoteException
void startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
getAllLibraries21
- RemoteException
void deleteLibrary(String libQualifiedName25) throws RemoteException, MediationLibraryAdminServiceException
MediationLibraryAdminServiceException
- :RemoteException
String getImport(String qualifiedName27) throws RemoteException
getImport26
- RemoteException
void startgetImport(String qualifiedName27, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
getImport26
- RemoteException
void deleteImport(String importQualifiedName31) throws RemoteException
RemoteException
void addImport(String libName33, String packageName34) throws RemoteException
RemoteException
LibraryInfo getLibraryInfo(String libName36, String packageName37) throws RemoteException
getLibraryInfo35
- RemoteException
void startgetLibraryInfo(String libName36, String packageName37, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
getLibraryInfo35
- RemoteException
LibraryInfo[] getAllLibraryInfo() throws RemoteException
getAllLibraryInfo40
- RemoteException
void startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
getAllLibraryInfo40
- RemoteException
Copyright © 2017 WSO2. All rights reserved.