Implementation of hr.tis.mgw.client.location.LocationManager2 that uses implementation of HttpWebClientProtocol class for communication with mGw Parlay X web services.
Namespace: hr.tis.mgw.client.location
Assembly: mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6
Syntax
| Visual Basic (Declaration) |
|---|
Public Class LocationManager2Impl _ Inherits LocationManager2 |
| C# |
|---|
public class LocationManager2Impl : LocationManager2 |
| Visual C++ |
|---|
public ref class LocationManager2Impl : public LocationManager2 |
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.location.LocationManager2
hr.tis.mgw.client.location.LocationManager2Impl