BaseLoginService_Proxy

Overview

The BaseLoginService_Proxy is used to talk to server's login service. It is used by RemoteDataAdapter as a default login proxy, though you can change it by calling RemoteDataAdapter.setLoginService and providing your own implementation of IBaseLoginService.

Location


 

constructor

Creates an instance of an object.

 

constructor

 

BaseLoginService_Proxy()

constructor (Message, ClientChannel)

Creates an instance of an object with the given Client Channel and Message objects.

 

constructor(aMessage: Message; aClientChannel: ClientChannel)

 

BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel)

Parameters:

  • aMessage: A message to be used with the proxy class.
  • aClientChannel: A client channel to be used with the proxy class.

constructor (Message, ClientChannel, String)

Creates an instance of a proxy service with the given Client Channel and Message objects.

 

constructor(aMessage: Message; aClientChannel: ClientChannel; aOverrideInterfaceName: String)

 

BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel, String aOverrideInterfaceName)

Parameters:

  • aMessage: A message to be used with the proxy class.
  • aClientChannel: A client channel to be used with the proxy class.
  • aOverrideInterfaceName: A service name to be used while talking to the remote service.

constructor (URI)

Creates an instance of proxy service and instantiates message and client channel relying on the given server URI.

 

constructor(aSchema: URI)

 

BaseLoginService_Proxy(URI aSchema)

Parameters:

  • aSchema: An url of the server.

constructor (URI, String)

Creates an instance of a proxy service and instantiates message and client channel relying on the given server URI.

 

constructor(aSchema: URI; aOverrideInterfaceName: String)

 

BaseLoginService_Proxy(URI aSchema, String aOverrideInterfaceName)

Parameters:

  • aSchema: An url of the server.
  • aOverrideInterfaceName: A service name to be used while talking to the remote service.

constructor (Message, ClientChannel)    (declared in Proxy)

 

constructor(message: Message; channel: ClientChannel)

 

BaseLoginService_Proxy(Message message, ClientChannel channel)

Parameters:

  • message:
  • channel:

constructor (Message, ClientChannel, String)    (declared in Proxy)

 

constructor(message: Message; channel: ClientChannel; interfaceName: String)

 

BaseLoginService_Proxy(Message message, ClientChannel channel, String interfaceName)

Parameters:

  • message:
  • channel:
  • interfaceName:

constructor (URI)    (declared in Proxy)

 

constructor(targetUri: URI)

 

BaseLoginService_Proxy(URI targetUri)

Parameters:

  • targetUri:

constructor (URI, String)    (declared in Proxy)

 

constructor(targetUri: URI; interfaceName: String)

 

BaseLoginService_Proxy(URI targetUri, String interfaceName)

Parameters:

  • targetUri:
  • interfaceName:

Charset    (declared in Proxy)

 

class property Charset: Charset read write;

 

class Charset Charset { __get; __set; }

LoginEx

Performs the login call by using LoginEx string.

 

method LoginEx(aLoginString: String): Boolean

 

Boolean LoginEx(String aLoginString)

Parameters:

  • aLoginString: A formatted login string.

Logout  final

Performs the logout call to the server.

 

method Logout

 

void Logout()

OverridenInterfaceName    (declared in Proxy)

 

property OverridenInterfaceName: String read write;

 

String OverridenInterfaceName { __get; __set; }

ProxyClientChannel    (declared in Proxy)

 

property ProxyClientChannel: ClientChannel read write;

 

ClientChannel ProxyClientChannel { __get; __set; }

ProxyMessage    (declared in Proxy)

 

property ProxyMessage: Message read write;

 

Message ProxyMessage { __get; __set; }

 

OverridenInterfaceName    (declared in Proxy)

 

property OverridenInterfaceName: String read write;

 

String OverridenInterfaceName { __get; __set; }

ProxyClientChannel    (declared in Proxy)

 

property ProxyClientChannel: ClientChannel read write;

 

ClientChannel ProxyClientChannel { __get; __set; }

ProxyMessage    (declared in Proxy)

 

property ProxyMessage: Message read write;

 

Message ProxyMessage { __get; __set; }

Charset    (declared in Proxy)

 

class property Charset: Charset read write;

 

class Charset Charset { __get; __set; }

 

constructor

Creates an instance of an object.

 

constructor

 

BaseLoginService_Proxy()

constructor (Message, ClientChannel)

Creates an instance of an object with the given Client Channel and Message objects.

 

constructor(aMessage: Message; aClientChannel: ClientChannel)

 

BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel)

Parameters:

  • aMessage: A message to be used with the proxy class.
  • aClientChannel: A client channel to be used with the proxy class.

constructor (Message, ClientChannel, String)

Creates an instance of a proxy service with the given Client Channel and Message objects.

 

constructor(aMessage: Message; aClientChannel: ClientChannel; aOverrideInterfaceName: String)

 

BaseLoginService_Proxy(Message aMessage, ClientChannel aClientChannel, String aOverrideInterfaceName)

Parameters:

  • aMessage: A message to be used with the proxy class.
  • aClientChannel: A client channel to be used with the proxy class.
  • aOverrideInterfaceName: A service name to be used while talking to the remote service.

constructor (URI)

Creates an instance of proxy service and instantiates message and client channel relying on the given server URI.

 

constructor(aSchema: URI)

 

BaseLoginService_Proxy(URI aSchema)

Parameters:

  • aSchema: An url of the server.

constructor (URI, String)

Creates an instance of a proxy service and instantiates message and client channel relying on the given server URI.

 

constructor(aSchema: URI; aOverrideInterfaceName: String)

 

BaseLoginService_Proxy(URI aSchema, String aOverrideInterfaceName)

Parameters:

  • aSchema: An url of the server.
  • aOverrideInterfaceName: A service name to be used while talking to the remote service.

constructor (Message, ClientChannel)    (declared in Proxy)

 

constructor(message: Message; channel: ClientChannel)

 

BaseLoginService_Proxy(Message message, ClientChannel channel)

Parameters:

  • message:
  • channel:

constructor (Message, ClientChannel, String)    (declared in Proxy)

 

constructor(message: Message; channel: ClientChannel; interfaceName: String)

 

BaseLoginService_Proxy(Message message, ClientChannel channel, String interfaceName)

Parameters:

  • message:
  • channel:
  • interfaceName:

constructor (URI)    (declared in Proxy)

 

constructor(targetUri: URI)

 

BaseLoginService_Proxy(URI targetUri)

Parameters:

  • targetUri:

constructor (URI, String)    (declared in Proxy)

 

constructor(targetUri: URI; interfaceName: String)

 

BaseLoginService_Proxy(URI targetUri, String interfaceName)

Parameters:

  • targetUri:
  • interfaceName:

LoginEx

Performs the login call by using LoginEx string.

 

method LoginEx(aLoginString: String): Boolean

 

Boolean LoginEx(String aLoginString)

Parameters:

  • aLoginString: A formatted login string.

Logout  final

Performs the logout call to the server.

 

method Logout

 

void Logout()