eneter.messaging.messagingsystems.composites.authenticatedconnection
Interface IGetLoginMessage
public interface IGetLoginMessage
Callback providing the login message.
This callback is called from the AuthenticatedDuplexOutputChannel when it wants to create the connection.
Returned login message is then sent to AuthenticatedDuplexInputChannel.
Method Summary |
java.lang.Object |
getLoginMessage(java.lang.String channelId,
java.lang.String responseReceiverId)
Returns the login name. |
getLoginMessage
java.lang.Object getLoginMessage(java.lang.String channelId,
java.lang.String responseReceiverId)
- Returns the login name.
Returned login message must be String or byte[].
- Parameters:
channelId
- service addressresponseReceiverId
- unique id representing the connection with the client
- Returns:
- login message (must be String or byte[])