AbstractServerServiceProxy
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Known subclasses: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.io.conn.core.server.AbstractServerServiceProxy |
| File last modified: | Saturday, 28 May 2005, 11:57:22 |
AbstractServerServiceProxy offers default implementations of some methodsneeded when implementing the ServerServiceProxy interface.
Summary
Class methods
Class methods
generateServiceUrl
static 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:
host:
the host of the required service
path:
the path of the required service
Returns:
the generated service url
Instance methods
invokeMethod
function invokeMethod (
) : Void
Overloading:
invokeMethodByNameAndArguments
invokeMethodByNameAndArgumentsAndResponseService
invokeMethodByNameAndArgumentsAndResponseService
See also: