Returns the components required to create a new
TSHandler TSHandler instance.
_c must contain a (non null) component of name
"MarshallerFactory" of type
MarshallerFactory MarshallerFactory .
It may contain a component of name "id", of type Integer; this id
should then represent the service id to use for the created service.
It may contain a component of name "sender", of type Sender,
and a component of name "receiver", of type Receiver.
Parameters: c - a Context Context instance; the components needed to create an TSHandler instance. |