__init__(self,
id=None,
memberId=None,
communityId=None,
protocolId=None,
address=None,
credentialId=None,
init=0)
(Constructor)
Initalises the Protocol and assigns the parameters to the local
variables.
-
- Parameters:
id -
Unique id for the protocol
(type=String)
memberId -
ID of the member providing this endpoint
(type=String)
communityId -
ID of the community the given member uses for this
endpoint
(type=String)
protocolId -
ID of the protocol used for this endpoint (SOAP, HTTP,
...)
(type=String)
address -
Protocol specific address of the endpoint. (Like URL for SOAP,
IP for SSH, ...)
(type=String)
credentialId -
ID of the credential connected to the endpoint
(type=String)
init -
Indidates, whether this instance is created during initialises
process (of the container).
(type=Boolean)
|