![]() |
Qore xml Module 2.1.0
|
The Soap data provider class. More...
#include <SoapDataProvider.qc.dox.h>
Inherits AbstractDataProvider.
Public Member Methods | |
| void | constructor (WebService webservice, soft< SoapClient > soapclient) |
| Creates the object from the arguments. | |
| void | constructor (soft< hash< auto > > options) |
| Creates the object from constructor options. | |
| string | getName () |
| Returns the data provider name. | |
| void | checkSoapClient (SoapClient soap) |
| Checks the SOAP client. | |
| soft< list< string > > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any. | |
| soft< AbstractDataProvider > | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown. | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
Private Attributes | |
| hash< auto > | path_tree |
| hash of valid paths | |
The Soap data provider class.
| soft< AbstractDataProvider > SoapDataProvider::SoapDataProvider::getChildProviderImpl | ( | string | name | ) |
Returns the given child provider or nothing if the given child is unknown.
| soft< list< string > > SoapDataProvider::SoapDataProvider::getChildProviderNamesImpl | ( | ) |
Returns a list of child data provider names, if any.