Qore xml Module 2.1.0
Loading...
Searching...
No Matches
SoapDataProvider::SoapDataProvider Class Reference

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.
 

Public Attributes

WebService webservice
 The SOAP schema.
 
soft< SoapClient > soapclient
 The client object for API calls.
 
const auto ProviderInfo = ...
 Provider info.
 
const auto ConstructorOptions = ...
 Constructor options.
 

Private Attributes

hash< auto > path_tree
 hash of valid paths
 

Detailed Description

The Soap data provider class.

Member Function Documentation

◆ getChildProviderImpl()

soft< AbstractDataProvider > SoapDataProvider::SoapDataProvider::getChildProviderImpl ( string  name)

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()

soft< list< string > > SoapDataProvider::SoapDataProvider::getChildProviderNamesImpl ( )

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: