Class fever.remoting.FeverServiceLocator

Description

Default Remote Service locator for current application.

Use it as a global reference for your remoting gateway definition and service declaration.

The gateway url can be defined throw the Fever Configuration System

   <remotingURL>http://www.mydomain.com/amf/gateway.php</remotingURL>
 

Method Index

getInstance(), init(), toString()

Method Detail

getInstance

static public function getInstance():FeverServiceLocator

Returns FeverServiceLocator instance.

init

public function init(remotingURL:String):Void

Inits remoting system with passing gateway URL.

If fever.Fever.isOn is true, starts the remoting connection debug mode.

toString

public function toString():String

Returns string representation.