Implementation of ChargingManager2 that uses implementation of HttpWebClientProtocol class for communication with mGw Parlay X web services.
Namespace: hr.tis.mgw.client.charging
Assembly: mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6
Syntax
| Visual Basic (Declaration) |
|---|
Public Class ChargingManager2Impl _ Inherits ChargingManager2 |
| C# |
|---|
public class ChargingManager2Impl : ChargingManager2 |
| Visual C++ |
|---|
public ref class ChargingManager2Impl : public ChargingManager2 |
Remarks
You have to specify Service URL to communicate with mGw Parlay X web services.
Specify username and password as default values when authenticating to mGw. If specified every method call that don't have username and password parameters will use them for authentication. If not specified exception will be thrown since authentication to mGw is required.
Inheritance Hierarchy
hr.tis.mgw.client.common.AbstractManager2
hr.tis.mgw.client.charging.ChargingManager2
hr.tis.mgw.client.charging.ChargingManager2Impl