it.polito.elite.doseWS.agency.messages
Class Message

java.lang.Object
  extended byit.polito.elite.doseWS.agency.messages.Message
Direct Known Subclasses:
AnnotationAcceptanceMessage, AnnotationOfferMessage, AnnotationPreRequestMessage, AnnotationRequestMessage, Die, ImAlive, IndexReportMessage, IndexRequestMessage, IsAlive, LearningMessage, NotUnderstood, RemoteLoggingMessage, SynsetRequestMessage, SynsetResponseMessage

public abstract class Message
extends java.lang.Object

Author:
bonino TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
Message()
           
 
Method Summary
static java.lang.String getID()
           
static Message parse(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

parse

public static Message parse(java.lang.String msg)

getID

public static java.lang.String getID()