|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object redstone.xmlrpc.XmlRpcValue
public class XmlRpcValue
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.
Method Summary | |
---|---|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |