org.as2lib.core.BasicClass +--org.as2lib.io.conn.local.LocalConfig
LocalConfig
is the basic configuration class of the Local Connection API.
It can be used to configure static parts, that means parts that are shared globally.
static public function getServerRegistry(Void):ServerRegistry
Returns the currently used server registry.
That is either the server registry set via setServerRegistry or the default on which is an instance of class LocalServerRegistry.
the currenlty used server registry
static public function setServerRegistry(newServerRegistry:ServerRegistry):Void
Sets a new server registry.
If you set a server registry of value null
or undefined
getServerRegistry will return the default server registry.
newServerRegistry | the new server registry |