|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.endpoints.rpc.RpcMessage
public class RpcMessage
Internal message used for the communication between RpcClient and RpcService.
Field Summary | |
---|---|
java.lang.String |
ErrorDetails
Exception details from the service. |
java.lang.String |
ErrorMessage
Exception message from the service. |
java.lang.String |
ErrorType
If an error occurred in the service. |
int |
Id
Identifies the request on the client side. |
java.lang.String |
OperationName
The name of the operation that shall be performed. |
ERpcRequest |
Request
Identifies the type of the request/response message. |
java.lang.Object[] |
SerializedParams
Message data. |
java.lang.Object |
SerializedReturn
Serialized return value. |
Constructor Summary | |
---|---|
RpcMessage()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int Id
public ERpcRequest Request
public java.lang.String OperationName
public java.lang.Object[] SerializedParams
public java.lang.Object SerializedReturn
public java.lang.String ErrorType
public java.lang.String ErrorMessage
public java.lang.String ErrorDetails
Constructor Detail |
---|
public RpcMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |