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

java.lang.Object
  extended byit.polito.elite.doseWS.agency.messages.Message
      extended byit.polito.elite.doseWS.agency.messages.AnnotationPreRequestMessage

public class AnnotationPreRequestMessage
extends Message

Title: AnnotationPreRequestMessage

Description: Annotation PreReques, specifing the language of the document. Sent by a FilterAgent in order to obtain the address of the better Annotator possible within the agency, for freshness of synset and less workload.

Copyright: Copyright (c) 2004

Company: Politecnico di Torino

Author:
alessio.bosca@polito.it

Constructor Summary
AnnotationPreRequestMessage(java.lang.String lang)
           
 
Method Summary
 java.lang.String createMsg()
           
static java.lang.String getID()
           
 java.lang.String getLanguage()
           
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

AnnotationPreRequestMessage

public AnnotationPreRequestMessage(java.lang.String lang)
Method Detail

createMsg

public java.lang.String createMsg()

getID

public static java.lang.String getID()

parse

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

getLanguage

public java.lang.String getLanguage()