com.ejie.r01f.rpcdispatcher
Class RPCCallResult

java.lang.Object
  extended bycom.ejie.r01f.rpcdispatcher.RPCCallResult
All Implemented Interfaces:
java.io.Serializable

public class RPCCallResult
extends java.lang.Object
implements java.io.Serializable

Resultado de una llamada RPC

See Also:
Serialized Form

Field Summary
 java.lang.String result
          El resultado en formato cadena (un xml si es un objeto complejo)
 int resutlType
          Tipo de resultado
 
Constructor Summary
RPCCallResult()
          Constructor vacio
 
Method Summary
 java.lang.String getResult()
           
 int getResutlType()
           
 void setResult(java.lang.String theResult)
           
 void setResutlType(int theResutlType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resutlType

public int resutlType
Tipo de resultado


result

public java.lang.String result
El resultado en formato cadena (un xml si es un objeto complejo)

Constructor Detail

RPCCallResult

public RPCCallResult()
Constructor vacio

Method Detail

getResult

public java.lang.String getResult()
Returns:
Returns the result.

setResult

public void setResult(java.lang.String theResult)
Parameters:
theResult - The result to set.

getResutlType

public int getResutlType()
Returns:
Returns the resutlType.

setResutlType

public void setResutlType(int theResutlType)
Parameters:
theResutlType - The resutlType to set.