com.ejie.r01f.rpcdispatcher
Class RPCCallResult
java.lang.Object
com.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
RPCCallResult
public RPCCallResult()
- Constructor vacio
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.