marquee.xmlrpc
Class Messages

java.lang.Object
  extended by marquee.xmlrpc.Messages

public final class Messages
extends java.lang.Object

Author:
hoepffr

Method Summary
static java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Parameters:
key - a String representin a key. e.g. "XmlRpcClient.couldNotBeParsed"
Returns:
the Value. e.g. "The XML-RPC response could not be parsed:" for the above example.