Implementation of hr.tis.mgw.client.message.MessageManager2 that uses PocketSoap library for communication with mGw Parlay X web services.

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Class MessageManager2Impl _
	Inherits MessageManager2 _
	Implements NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
C#
public class MessageManager2Impl : MessageManager2, NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding
Visual C++
public ref class MessageManager2Impl : public MessageManager2, NotificationManagerReceiver, ISmsNotificationBinding, IMmNotificationBinding, INotificationExtensionBinding

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.

Multiple MessageManager2Impl instances can be created in application, for instance if partner wants to communicate with multiple servers, hosted at different OPCOs.

Inheritance Hierarchy

System.Object
  hr.tis.mgw.client.common.AbstractManager2
    hr.tis.mgw.client.message.MessageManager2
      hr.tis.mgw.client.message.MessageManager2Impl

See Also