Returns the components required to create a new
SSHandler SSHandler 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 Sender ,
and a component of name "receiver", of type
Receiver Receiver .
Parameters: c - a Context Context instance; the components needed to create an SSHandler instance. |