be.SIRAPRISE.messages
Class AuthenticationOKMessageType

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessageType
      extended by be.SIRAPRISE.messages.AuthenticationOKMessageType
Direct Known Subclasses:
AuthenticationOKMessageTypeV1_0

public abstract class AuthenticationOKMessageType
extends ServerMessageType

The AuthenticationOKMessageType is the type of the message sent by the server in response to a ClientAuthentication message

Author:
Erwin Smout

Method Summary
abstract  AuthenticationOKMessage message()
          Gets an authenticationOK message corresponding to the type/version creating it
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

message

public abstract AuthenticationOKMessage message()
Gets an authenticationOK message corresponding to the type/version creating it

Returns:
An authenticationOK message corresponding to the type/version creating it