Public Class Methods : SstRemoteInvocationHandler

* to: endpoint in: context
	"ACTION
		Create and answer a new instance of the receiver which can send 
		messages to @endpoint and operates within @context.  Return an
		error if one should occur.

	PARAMETERS
		endpoint : <IuSstEndpoint>
		context : <IdSstApplicationContext>

	RETURN VALUE
		<IuSstRemoteHandler> | <IuSstError>"
Categories
	SST-API User
* to: endpoint using: handler
	"ACTION
		Create and answer a new instance of the receiver which can send 
		messages to @endpoint using: @handler.  

	PARAMETERS
		endpoint : <IuSstEndpoint>
		handler : <IuSstInvocationHandler>

	RETURN VALUE
		<IuSstRemoteHandler>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]