Qore SoapDataProvider Module Reference  1.1
SoapDataProvider::SoapDataProviderBase Class Reference

The Soap data provider base class. More...

Inheritance diagram for SoapDataProvider::SoapDataProviderBase:

Public Member Methods

 constructor (WebService webservice, WSOperation op)
 Creates the object from the arguments.
 
WebService getWebService ()
 Returns the WebService object.
 
WSOperation getOperation ()
 Returns the option object.
 

Private:Internal Member Methods

hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Private:Internal Attributes

WebService webservice
 The WebService object.
 
WSOperation op
 The operation object.
 

Detailed Description

The Soap data provider base class.