VistALink v1.6

Uses of Class
gov.va.med.vistalink.rpc.RpcRequest

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.6

VistALink v1.6