ix.iserve.ipc.sl
Class SLRpcMessage

java.lang.Object
  extended by ix.iserve.ipc.sl.SLRpcMessage

public class SLRpcMessage
extends java.lang.Object

Second Life XML-RPC message.


Field Summary
protected  java.lang.String channel
           
protected  int intValue
           
protected  java.lang.String stringValue
           
 
Constructor Summary
SLRpcMessage(java.lang.String channel, int i, java.lang.String s)
           
 
Method Summary
 java.lang.String getChannel()
           
 int getIntValue()
           
 java.lang.String getStringValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

channel

protected java.lang.String channel

intValue

protected int intValue

stringValue

protected java.lang.String stringValue
Constructor Detail

SLRpcMessage

public SLRpcMessage(java.lang.String channel,
                    int i,
                    java.lang.String s)
Method Detail

getChannel

public java.lang.String getChannel()

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object