org.wso2.carbon.integration.common.admin.client
Class NDataSourceAdminServiceClient
java.lang.Object
org.wso2.carbon.integration.common.admin.client.NDataSourceAdminServiceClient
public class NDataSourceAdminServiceClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NDataSourceAdminServiceClient
public NDataSourceAdminServiceClient(String backEndUrl,
String sessionCookie)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
NDataSourceAdminServiceClient
public NDataSourceAdminServiceClient(String backEndUrl,
String userName,
String password)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
addDataSource
public void addDataSource(org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceMetaInfo dataSourceMetaInfo)
throws Exception
- Throws:
Exception
testDataSourceConnection
public boolean testDataSourceConnection(org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceMetaInfo dataSourceMetaInfo)
throws Exception
- Throws:
Exception
deleteDataSource
public void deleteDataSource(String dsName)
throws Exception
- Throws:
Exception
getAllDataSources
public org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceInfo[] getAllDataSources()
throws Exception
- Throws:
Exception
getDataSource
public org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceInfo getDataSource(String dsName)
throws Exception
- Throws:
Exception
getAllDataSourcesForType
public org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceInfo[] getAllDataSourcesForType(String dsType)
throws Exception
- Throws:
Exception
getDataSourceTypes
public String[] getDataSourceTypes()
throws Exception
- Throws:
Exception
reloadAllDataSources
public boolean reloadAllDataSources()
throws Exception
- Throws:
Exception
reloadDataSource
public boolean reloadDataSource(String dsName)
throws Exception
- Throws:
Exception
Copyright © 2015 WSO2. All rights reserved.