|
VistALink v1.5.0.026 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RpcRequest | |
gov.va.med.vistalink.adapter.cci | Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink. |
gov.va.med.vistalink.rpc | Implements RPC requests and responses over VistaLink. |
Uses of RpcRequest in gov.va.med.vistalink.adapter.cci |
Methods in gov.va.med.vistalink.adapter.cci with parameters of type RpcRequest | |
RpcResponse |
VistaLinkConnection.executeRPC(RpcRequest request)
Executes an interaction with M using the RpcResponseFactory to construct a response. |
Uses of RpcRequest in gov.va.med.vistalink.rpc |
Methods in gov.va.med.vistalink.rpc that return RpcRequest | |
static RpcRequest |
RpcRequestFactory.getRpcRequest()
Creates a RpcRequest with a null RpcContext and RpcName |
static RpcRequest |
RpcRequestFactory.getRpcRequest(java.lang.String rpcContext)
Creates a RpcRequest with the specified RpcContext and a null RpcName. |
static RpcRequest |
RpcRequestFactory.getRpcRequest(java.lang.String rpcContext,
java.lang.String rpcName)
Creates appropriate rpc request object to be passed into the connection. |
|
VistALink v1.5.0.026 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |