![]() |
Qore SoapDataProvider Module Reference
1.1
|
The Soap data provider class. More...
Inherits AbstractDataProvider.
Public Member Methods | |
| 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. | |
Public Attributes | |
| WebService | webservice |
| The SOAP schema. | |
| *SoapClient | soapclient |
| The client object for API calls. | |
| const | ProviderInfo = ... |
| Provider info. | |
| const | ConstructorOptions = ... |
| Constructor options. | |
Private Member Methods | |
| 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. | |
Private Attributes | |
| hash< auto > | path_tree |
| hash of valid paths | |
The Soap data provider class.
|
private |
Returns the given child provider or nothing if the given child is unknown.
|
private |
Returns a list of child data provider names, if any.