|
VistALink v1.5.0.026 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
RpcRequestParams
object associated with this request.
ps
.
pw
System.err
.
ps
.
pw
.
System.err
.
ps
.
pw
System.err
.
//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 gov.va.med.vistalink.rpc.RpcRequestParams.
- Represents the collection of parameters associated with an RPC.
- RpcResponse - class gov.va.med.vistalink.rpc.RpcResponse.
- Represents a data structure which holds the response value(s).
- RpcResponseTypeIsNotXmlException - exception gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException.
- Represents an exception indicating the RpcResponse type if not XML
- RpcResponseTypeIsNotXmlException() -
Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for RpcResponseTypeIsNotXmlException.
- RpcResponseTypeIsNotXmlException(String) -
Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for RpcResponseTypeIsNotXmlException.
- RpcResponseTypeIsNotXmlException(Exception) -
Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for VistaLinkFaultException.
- RpcResponseTypeIsNotXmlException(String, Exception) -
Constructor for class gov.va.med.vistalink.rpc.RpcResponseTypeIsNotXmlException
- Constructor for VistaLinkFaultException.
- RpcTimeOutFaultException - exception gov.va.med.vistalink.rpc.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.
- RpcTimeOutFaultException(VistaLinkFaultException) -
Constructor for class gov.va.med.vistalink.rpc.RpcTimeOutFaultException
- Constructor for RpcTimeOutFaultException.
- receiveData() -
Method in class gov.va.med.net.SocketManager
- Reads the socket for a response and writes to String.
encrypt
method) has been exceeded.
|
VistALink v1.5.0.026 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |