redstone.xmlrpc
Class XmlRpcValue

java.lang.Object
  extended by redstone.xmlrpc.XmlRpcValue

public class XmlRpcValue
extends java.lang.Object

An XmlRpcValue wraps a value object that is initialized with data supplied from the XmlRpcParser according to a specific XML-RPC type. When parsing a message, the parser first determines the type of the value, and sets it accordingly. It then sets the actual value of the XmlRpcValue object. The XmlRpcValue object is responsible for handling the raw character data from the parser, according to the type of the value.

Author:
Greger Olsson

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

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object