Public Class Methods : SstIor

* asIorStringFrom: value
	"ACTION
		Try to build an IOR string from @value. IOR strings have the format: 'IOR:0123' where
		the characters after the IOR: prefix are hex digits. If @value is not in this form, then
		see whether it is a URL format: 'http://foo.com/iors/anIor.html'.  If it is, and HTTP support
		is available, try loading the contents of the HTML page, and using that attempt to load it. 
		Otherwise, assume it is a path to a file containing such a string and attempt to load it.

	PARAMETERS
		value : <String>

	RETURN VALUE
		<String>

	EXCEPTIONS
		ExSstNonFatalError"
Categories
	SST-API Developer
* fromString: value
	"ACTION 
		Convert a stringified IOR into an SstIor according to the CORBA conversion 
	 	specifications for ORB::string_to_object.  @value indicates the IOR in the 
		form of the output of CORBA::object_to_string() in the repository’s native 
		environment, the name of a file containing such a string or an HTTP URL 
		indicating the location of a page containing the IOR string.

	PARAMETERS
		value : <String>

	RETURN VALUE
		<instance of self>"
Categories
	SST-API User

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