Class MediationLibraryAdminServiceStub
- java.lang.Object
-
- org.apache.axis2.client.Stub
-
- org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceStub
-
- All Implemented Interfaces:
MediationLibraryAdminService
public class MediationLibraryAdminServiceStub extends org.apache.axis2.client.Stub implements MediationLibraryAdminService
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.axis2.description.AxisOperation[]
_operations
-
Constructor Summary
Constructors Constructor Description MediationLibraryAdminServiceStub()
Default ConstructorMediationLibraryAdminServiceStub(String targetEndpoint)
Constructor taking the target endpointMediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext)
Default ConstructorMediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint)
Constructor that takes in a configContextMediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener)
Constructor that takes in a configContext and useseperate listner
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addImport(String libName67, String packageName68)
Auto generated method signaturevoid
deleteImport(String importQualifiedName65)
Auto generated method signaturevoid
deleteLibrary(String libQualifiedName59)
Auto generated method signatureDataHandler
downloadLibraryArchive(String fileName52)
Auto generated method signatureString[]
getAllImports()
Auto generated method signatureString[]
getAllLibraries()
Auto generated method signatureLibraryInfo[]
getAllLibraryInfo()
Auto generated method signatureString
getImport(String qualifiedName61)
Auto generated method signatureLibraryInfo
getLibraryInfo(String libName70, String packageName71)
Auto generated method signaturevoid
startdownloadLibraryArchive(String fileName52, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetImport(String qualifiedName61, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
startgetLibraryInfo(String libName70, String packageName71, MediationLibraryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
updateStatus(String libQName47, String libName48, String packageName49, String status50)
Auto generated method signature-
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
-
-
-
-
Constructor Detail
-
MediationLibraryAdminServiceStub
public MediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext- Throws:
org.apache.axis2.AxisFault
-
MediationLibraryAdminServiceStub
public MediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext, String targetEndpoint, boolean useSeparateListener) throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner- Throws:
org.apache.axis2.AxisFault
-
MediationLibraryAdminServiceStub
public MediationLibraryAdminServiceStub(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
MediationLibraryAdminServiceStub
public MediationLibraryAdminServiceStub() throws org.apache.axis2.AxisFault
Default Constructor- Throws:
org.apache.axis2.AxisFault
-
MediationLibraryAdminServiceStub
public MediationLibraryAdminServiceStub(String targetEndpoint) throws org.apache.axis2.AxisFault
Constructor taking the target endpoint- Throws:
org.apache.axis2.AxisFault
-
-
Method Detail
-
getAllImports
public String[] getAllImports() throws RemoteException
Auto generated method signature- Specified by:
getAllImports
in interfaceMediationLibraryAdminService
- Parameters:
getAllImports43
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.getAllImports()
-
startgetAllImports
public void startgetAllImports(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllImports
in interfaceMediationLibraryAdminService
- Parameters:
getAllImports43
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startgetAllImports(org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
updateStatus
public void updateStatus(String libQName47, String libName48, String packageName49, String status50) throws RemoteException
Auto generated method signature- Specified by:
updateStatus
in interfaceMediationLibraryAdminService
- Throws:
RemoteException
-
downloadLibraryArchive
public DataHandler downloadLibraryArchive(String fileName52) throws RemoteException, MediationLibraryAdminServiceException
Auto generated method signature- Specified by:
downloadLibraryArchive
in interfaceMediationLibraryAdminService
- Parameters:
downloadLibraryArchive51
-- Throws:
MediationLibraryAdminServiceException
- :RemoteException
- See Also:
MediationLibraryAdminService.downloadLibraryArchive(java.lang.String)
-
startdownloadLibraryArchive
public void startdownloadLibraryArchive(String fileName52, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startdownloadLibraryArchive
in interfaceMediationLibraryAdminService
- Parameters:
downloadLibraryArchive51
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startdownloadLibraryArchive(java.lang.String, org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
getAllLibraries
public String[] getAllLibraries() throws RemoteException
Auto generated method signature- Specified by:
getAllLibraries
in interfaceMediationLibraryAdminService
- Parameters:
getAllLibraries55
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.getAllLibraries()
-
startgetAllLibraries
public void startgetAllLibraries(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllLibraries
in interfaceMediationLibraryAdminService
- Parameters:
getAllLibraries55
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startgetAllLibraries(org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
deleteLibrary
public void deleteLibrary(String libQualifiedName59) throws RemoteException, MediationLibraryAdminServiceException
Auto generated method signature- Specified by:
deleteLibrary
in interfaceMediationLibraryAdminService
- Throws:
MediationLibraryAdminServiceException
- :RemoteException
-
getImport
public String getImport(String qualifiedName61) throws RemoteException
Auto generated method signature- Specified by:
getImport
in interfaceMediationLibraryAdminService
- Parameters:
getImport60
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.getImport(java.lang.String)
-
startgetImport
public void startgetImport(String qualifiedName61, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetImport
in interfaceMediationLibraryAdminService
- Parameters:
getImport60
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startgetImport(java.lang.String, org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
deleteImport
public void deleteImport(String importQualifiedName65) throws RemoteException
Auto generated method signature- Specified by:
deleteImport
in interfaceMediationLibraryAdminService
- Throws:
RemoteException
-
addImport
public void addImport(String libName67, String packageName68) throws RemoteException
Auto generated method signature- Specified by:
addImport
in interfaceMediationLibraryAdminService
- Throws:
RemoteException
-
getLibraryInfo
public LibraryInfo getLibraryInfo(String libName70, String packageName71) throws RemoteException
Auto generated method signature- Specified by:
getLibraryInfo
in interfaceMediationLibraryAdminService
- Parameters:
getLibraryInfo69
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.getLibraryInfo(java.lang.String, java.lang.String)
-
startgetLibraryInfo
public void startgetLibraryInfo(String libName70, String packageName71, MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetLibraryInfo
in interfaceMediationLibraryAdminService
- Parameters:
getLibraryInfo69
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startgetLibraryInfo(java.lang.String, java.lang.String, org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
getAllLibraryInfo
public LibraryInfo[] getAllLibraryInfo() throws RemoteException
Auto generated method signature- Specified by:
getAllLibraryInfo
in interfaceMediationLibraryAdminService
- Parameters:
getAllLibraryInfo74
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.getAllLibraryInfo()
-
startgetAllLibraryInfo
public void startgetAllLibraryInfo(MediationLibraryAdminServiceCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Specified by:
startgetAllLibraryInfo
in interfaceMediationLibraryAdminService
- Parameters:
getAllLibraryInfo74
-- Throws:
RemoteException
- See Also:
MediationLibraryAdminService.startgetAllLibraryInfo(org.wso2.carbon.mediation.library.stub.MediationLibraryAdminServiceCallbackHandler)
-
-