Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.synaptics.elvis.ElvisMessage

Uses of ElvisMessage in com.synaptics.elvis
 

Methods in com.synaptics.elvis that return ElvisMessage
static ElvisMessage ElvisMessage.parse(java.lang.String input)
          This is a factory method for creating an ElvisMessage from a given input string (hopefully, one received from an Elvis or an Elvis client.
 ElvisMessage ElvisMessageFactory.newMessage(java.lang.String keyword, java.lang.String data)
          Create a new message with the specified keyword and data.
 ElvisMessage ElvisMessageFactory.newMessage(ElvisResponse response, java.lang.String data)
          Create a new message corresponding to the given response, with the specified data field.
 ElvisMessage ElvisMessageFactory.newMessage(ElvisRequest request, java.lang.String data)
          Create a new message corresponding to the given request, with the specified data field.