Package com.retrogui.dualrpc.common

Interface Summary
IDualRpcMessageConstants Interface to define constants.
IMethodAccessControl Called by dispatcher to determine whether a person or entity is allowed to execute a specified handler method.
IRpcHandler Interface to define payloadType
IRpcMessageDispatcher Interface to define functionality of a rpc message dispatcher
IRpcWorkerFactory  
 

Class Summary
AbstractRpcResultPayload Abstract class to implement some of the rpc result message functionality
DualRpcUtilities misc utilities for rpc management
NullMethodAccessControl Null method access control that allows any user, whether logged in or not, to run any method.
RpcCallPayload Stores information about an rpc call.
RpcFaultPayload Store an rpc fault code and message
RpcResultPayload Store rpc result
RpcResultPayloadContainer Container for an rpc result message.
RpcWorker This is Lipe's enhanced worker that executes a remote procedure call.
RpcWorkerFactory Default factory to provide the default RpcWorker.
 

Exception Summary
CallException Blanket exception for all problems with a call().
RpcException Exception Class