The Soap data provider class.
More...
#include <SoapDataProvider.qc.dox.h>
Inherits AbstractDataProvider.
|
| constructor (WebService webservice, *SoapClient soapclient) |
| Creates the object from the arguments.
|
|
| constructor (*hash< auto > options) |
| Creates the object from constructor options.
|
|
string | getName () |
| Returns the data provider name.
|
|
|
WebService | webservice |
| The SOAP schema.
|
|
*SoapClient | soapclient |
| The client object for API calls.
|
|
const | ProviderInfo |
| Provider info.
|
|
const | ConstructorOptions |
| Constructor options.
|
|
|
| checkSoapClient (SoapClient soap) |
| Checks the SOAP client.
|
|
*list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any. More...
|
|
*AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown. More...
|
|
hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
|
hash< auto > | path_tree |
| hash of valid paths
|
|
The Soap data provider class.
◆ getChildProviderImpl()
*AbstractDataProvider SoapDataProvider::SoapDataProvider::getChildProviderImpl |
( |
string |
name | ) |
|
|
private |
Returns the given child provider or nothing if the given child is unknown.
- Returns
- the given child provider or nothing if the given child is unknown
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
*list< string > SoapDataProvider::SoapDataProvider::getChildProviderNamesImpl |
( |
| ) |
|
|
private |
Returns a list of child data provider names, if any.
- Returns
- a list of child data provider names, if any
The documentation for this class was generated from the following file:
- doxygen/qlib/SoapDataProvider/SoapDataProvider.qc.dox.h