Public Instance Methods : SstMarshalingConfiguration

* instantiateFor: handler
	"ACTION
		Create and answer a new instance of the receiver's %marshalerClass 
		for the @handler.  The new instance is setup to behave according 
		to the receiver's description.

	PARAMETERS
		handler : <IuSstInvocationHandler>

	RETURN VALUE
		<IdSstMessageMarshaler>"
Categories
	SST-API Developer
* marshalerClass
	"ACTION
		Answer the class of message marshaler to use when instantiating the
		receiver.  That is, the class whose instances the receiver configures.

	RETURN VALUE
		<IdSstMessageMarshaler class>"
Categories
	SST-API Developer
* marshalerClass: value
	"ACTION
		Set the class of message marshaler to use when instantiating the
		receiver.  That is, the class whose instances the receiver configures.

	PARAMETERS
		value : <IdSstMessageMarshaler class>"
Categories
	SST-API Developer

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