|
VistALink v1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
RpcRequestParams
object associated with this request.
ps
.
pw
System.err
.
ps
.
pw
.
System.err
.
ps
.
//request and response objects
RpcRequest vReq = null;
RpcResponse vResp = null;
//The Rpc Context
String rpcContext = "XOBV VISTALINK TESTER";
//The Rpc to call
String rpcName = "XOBV TEST PING";
//Construct the request object
vReq = RpcRequestFactory.getRpcRequest(rpcContext, rpcName);
//Execute the Rpc and get the response
vResp = myConnection.executeRPC(vReq);
//Work with the response ...- RpcRequestFactory() -
Constructor for class gov.va.med.vistalink.rpc.RpcRequestFactory
-
- RpcRequestParams - Class in gov.va.med.vistalink.rpc
- Represents the collection of parameters associated with an RPC.
- RpcResponse - Class in gov.va.med.vistalink.rpc
- Represents a data structure which holds the response value(s).
- RpcResponseTypeIsNotXmlException - Exception in gov.va.med.vistalink.rpc
- Represents an exception indicating the RpcResponse type if not XML
- RpcResponseTypeIsNotXmlException() -
Constructor for exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for RpcResponseTypeIsNotXmlException.
- RpcResponseTypeIsNotXmlException(String) -
Constructor for exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for RpcResponseTypeIsNotXmlException.
- RpcResponseTypeIsNotXmlException(Exception) -
Constructor for exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for VistaLinkFaultException.
- RpcResponseTypeIsNotXmlException(String, Exception) -
Constructor for exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for VistaLinkFaultException.
- RpcTimeOutFaultException - Exception in gov.va.med.vistalink.rpc
- This exception represents the case where the RPC execution took too long on the server and
the application gracefully stopped the RPC's processing.
- RpcTimeOutFaultException(VistaLinkFaultException) -
Constructor for exception gov.va.med.vistalink.rpc.RpcTimeOutFaultException
- Constructor for RpcTimeOutFaultException.
encrypt
method) has been exceeded.
|
VistALink v1.6 | |||||||||
PREV NEXT | FRAMES NO FRAMES |