Class | Description |
---|---|
RpcReferenceType |
Represents a reference type object for an RPC parameter.
|
RpcRequest |
Represents a RPC request to an M VistA server.
|
RpcRequestFactory |
Factory class to creates instances of RpcRequest
J2SE Example:
//request and response objects |
RpcRequestParams |
Represents the collection of parameters associated with an RPC.
|
RpcResponse |
Represents a data structure which holds the response value(s).
|
Exception | Description |
---|---|
NoRpcContextFaultException |
This exception represents the case where the request RPC context does not exist or the current
user does not have access to the B-option representing the context.
|
RpcFaultException |
This fault exception class is used for all rpc-related errors returned from the M system.
|
RpcNotInContextFaultException |
This exception represents the case where the requested RPC is not contained in the current
RPC context.
|
RpcNotOkForProxyUseException |
This exception represents the case where the requested RPC is not marked as
OK for use by an application proxy user, but has been attempted to be invoked
by one.
|
RpcResponseTypeIsNotXmlException |
Represents an exception indicating the RpcResponse type if not XML
|
RpcTimeOutFaultException |
This exception represents the case where the RPC execution took too long on the server and
the application gracefully stopped the RPC's processing.
|
VistALink v1.6a