Public Class Methods : SstInvocationHandler

* configurationFor: url
	"ACTION
		Return a configuration which matches @url in the receiver's list 
		of configurations.  Return an SstError if none is found.  

	PARAMETERS
		url : <IuSstUrl>

	RETURN VALUE
		<IuSstConfiguration> | <IuSstError>

	NOTES
		Returned configurations are copies of those installed in the receiver."
Categories
	SST-API User
* configurationForScheme: scheme
	"ACTION
		Return a configuration which matches @scheme in the receiver's 
		list of configurations. Return an SstError if none is found.  

	PARAMETERS
		scheme : <String>

	RETURN VALUE
		<IuSstConfiguration> | <IuSstError>

	NOTES
		Returned configurations are copies of those installed in the receiver."
Categories
	SST-API User
* on: endpoint
	"ACTION
		Build and return a new invocation handler running on @endpoint.  
		The scheme registry is consulted to find a configuration which 
		matches @endpoint's URL and this configuration is instantiated.
		An error is returned if one occurs.

	PARAMETERS
		endpoint : <IuSstEndpoint>

	RETURN VALUE
		<IuSstInvocationHandler> | <IuSstError>"
Categories
	SST-API User
* register: configuration asScheme: scheme
	"ACTION
		Add the @configuration to the receiver's list of configurations under
		then name @scheme.

	PARAMETERS
		configuration : <IuSstConfiguration>
		scheme : <String>"
Categories
	SST-API User
* unregisterScheme: scheme
	"ACTION
		Remove the configuration corresponding to @scheme from the 
		receiver's list of configurations.  Return the configuration removed
		or nil if none was found.

	PARAMETERS
		scheme : <String>

	RETURN VALUE
		<IuSstConfiguration> | nil"
Categories
	SST-API User

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