Uses of Class
org.wso2.carbon.ndatasource.ui.stub.core.services.xsd.WSDataSourceMetaInfo
-
Packages that use WSDataSourceMetaInfo Package Description org.wso2.carbon.ndatasource.ui.stub org.wso2.carbon.ndatasource.ui.stub.axis2.xsd org.wso2.carbon.ndatasource.ui.stub.core.services.xsd -
-
Uses of WSDataSourceMetaInfo in org.wso2.carbon.ndatasource.ui.stub
Methods in org.wso2.carbon.ndatasource.ui.stub with parameters of type WSDataSourceMetaInfo Modifier and Type Method Description boolean
NDataSourceAdmin. addDataSource(WSDataSourceMetaInfo dsmInfo26)
Auto generated method signatureboolean
NDataSourceAdminStub. addDataSource(WSDataSourceMetaInfo dsmInfo59)
Auto generated method signaturevoid
NDataSourceAdmin. startaddDataSource(WSDataSourceMetaInfo dsmInfo26, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
NDataSourceAdminStub. startaddDataSource(WSDataSourceMetaInfo dsmInfo59, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
NDataSourceAdmin. starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo41, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
NDataSourceAdminStub. starttestDataSourceConnection(WSDataSourceMetaInfo dsmInfo74, NDataSourceAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsboolean
NDataSourceAdmin. testDataSourceConnection(WSDataSourceMetaInfo dsmInfo41)
Auto generated method signatureboolean
NDataSourceAdminStub. testDataSourceConnection(WSDataSourceMetaInfo dsmInfo74)
Auto generated method signature -
Uses of WSDataSourceMetaInfo in org.wso2.carbon.ndatasource.ui.stub.axis2.xsd
Fields in org.wso2.carbon.ndatasource.ui.stub.axis2.xsd declared as WSDataSourceMetaInfo Modifier and Type Field Description protected WSDataSourceMetaInfo
AddDataSource. localDsmInfo
field for DsmInfoprotected WSDataSourceMetaInfo
TestDataSourceConnection. localDsmInfo
field for DsmInfoMethods in org.wso2.carbon.ndatasource.ui.stub.axis2.xsd that return WSDataSourceMetaInfo Modifier and Type Method Description WSDataSourceMetaInfo
AddDataSource. getDsmInfo()
Auto generated getter methodWSDataSourceMetaInfo
TestDataSourceConnection. getDsmInfo()
Auto generated getter methodMethods in org.wso2.carbon.ndatasource.ui.stub.axis2.xsd with parameters of type WSDataSourceMetaInfo Modifier and Type Method Description void
AddDataSource. setDsmInfo(WSDataSourceMetaInfo param)
Auto generated setter methodvoid
TestDataSourceConnection. setDsmInfo(WSDataSourceMetaInfo param)
Auto generated setter method -
Uses of WSDataSourceMetaInfo in org.wso2.carbon.ndatasource.ui.stub.core.services.xsd
Fields in org.wso2.carbon.ndatasource.ui.stub.core.services.xsd declared as WSDataSourceMetaInfo Modifier and Type Field Description protected WSDataSourceMetaInfo
WSDataSourceInfo. localDsMetaInfo
field for DsMetaInfoMethods in org.wso2.carbon.ndatasource.ui.stub.core.services.xsd that return WSDataSourceMetaInfo Modifier and Type Method Description WSDataSourceMetaInfo
WSDataSourceInfo. getDsMetaInfo()
Auto generated getter methodstatic WSDataSourceMetaInfo
WSDataSourceMetaInfo.Factory. parse(XMLStreamReader reader)
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer elementMethods in org.wso2.carbon.ndatasource.ui.stub.core.services.xsd with parameters of type WSDataSourceMetaInfo Modifier and Type Method Description void
WSDataSourceInfo. setDsMetaInfo(WSDataSourceMetaInfo param)
Auto generated setter method
-