redstone.xmlrpc
Class XmlRpcValue
java.lang.Object
redstone.xmlrpc.XmlRpcValue
public class XmlRpcValue
- extends 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
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object