Class: zWebService

zWebService()

Service that contains the functions related to the web service.

Constructor

new zWebService()

Start Server in Service
Author:
Source:

Classes

zWebService

Members

isInitialized

Stores if initialized service.
Author:
Source:

server

Express instance containing the server.
Author:
Source:

tService

Stores instance zTranslateService.
Author:
Source:

Methods

(static) destroyInstance()

Function used to destroy instance of zWebService.
Author:
Source:

(static) getInstance()

Function used to get instance of zWebService
Author:
Source:
Returns:
zWebService

setConfigServer(server)

Configure server settings
Parameters:
Name Type Description
server Express Server instance
Author:
Source:
Returns:
Observable

startWebService()

Start the server
Author:
Source:
Returns:
Observable