Class org.as2lib.io.conn.core.server.AbstractServerServiceProxy

Description

AbstractServerServiceProxy offers default implementations of some methods needed when implementing the ServerServiceProxy interface.

Method Index

generateServiceUrl(), invokeMethod()

Inherited from BasicClass

Method Detail

generateServiceUrl

static public function generateServiceUrl(host:String, path:String):String

Generates a service url with passed-in host and service path.

If the passed-in host is null, undefined or an empty string the passed-in path will be returned unchanged.

Parameters

hostthe host of the required service
paththe path of the required service

Return

the generated service url

invokeMethod

public function invokeMethod():Void

See Also

  • ServerServiceProxy#invokeMethod