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.
 

Method Detail

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 address
responseReceiverId - unique id representing the connection with the client
Returns:
login message (must be String or byte[])