Uses of Class
eneter.messaging.endpoints.rpc.ERpcRequest

Packages that use ERpcRequest
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
 

Uses of ERpcRequest in eneter.messaging.endpoints.rpc
 

Fields in eneter.messaging.endpoints.rpc declared as ERpcRequest
 ERpcRequest RpcMessage.Request
          Identifies the type of the request/response message.
 

Methods in eneter.messaging.endpoints.rpc that return ERpcRequest
static ERpcRequest ERpcRequest.fromInt(int i)
          Converts integer value to the enum.
static ERpcRequest ERpcRequest.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ERpcRequest[] ERpcRequest.values()
          Returns an array containing the constants of this enum type, in the order they are declared.