|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FoundationsException | |
gov.va.med.foundations.adapter.cci | Implements the Common Client Interface (CCI) portion of the Java Connector Architecture (JCA) for VistaLink. |
gov.va.med.foundations.adapter.record | Implements basic request- and response-related classes for VistaLink. |
gov.va.med.foundations.rpc | Implements RPC requests and responses over VistaLink. |
gov.va.med.foundations.security.vistalink | Security module for VistaLink; contains classes supporting a JAAS login to a Vista M system. |
gov.va.med.foundations.utilities | General Foundations utility classes. |
gov.va.med.foundations.xml | General Foundations utility class for working with XML. |
Uses of FoundationsException in gov.va.med.foundations.adapter.cci |
Methods in gov.va.med.foundations.adapter.cci that throw FoundationsException | |
VistaLinkResponseVO |
VistaLinkConnection.executeInteraction(VistaLinkRequestVO requestVO,
VistaLinkResponseFactory responseFactory)
Method executeInteraction. |
gov.va.med.foundations.rpc.RpcResponse |
VistaLinkConnection.executeRPC(gov.va.med.foundations.rpc.RpcRequest request)
Method executeRPC. |
VistaLinkManagedConnection |
VistaLinkConnection.getManagedConnection()
Method getManagedConnection. |
Uses of FoundationsException in gov.va.med.foundations.adapter.record |
Subclasses of FoundationsException in gov.va.med.foundations.adapter.record | |
class |
VistaLinkFaultException
Exception encapsulates Fault information coming from M side. |
Uses of FoundationsException in gov.va.med.foundations.rpc |
Subclasses of FoundationsException in gov.va.med.foundations.rpc | |
class |
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. |
class |
RpcFaultException
This fault exception class is used for all rpc-related errors returned from the M system. |
class |
RpcNotInContextFaultException
This exception represents the case where the requested RPC is not contained in the current RPC context. |
class |
RpcResponseTypeIsNotXmlException
Represents an exception indicating the RpcResponse type if not XML |
class |
RpcTimeOutFaultException
This exception represents the case where the RPC execution took too long on the server and the appliaction gracefully stopped the RPC's processing. |
Methods in gov.va.med.foundations.rpc that throw FoundationsException | |
void |
RpcRequest.setRpcContext(java.lang.String value)
Method setRpcContext. |
java.lang.String |
RpcRequest.getRequestString()
Gets the request string that will be used to make the request from M. |
static gov.va.med.foundations.rpc.RpcRequest |
RpcRequestFactory.getRpcRequest()
Method getRpcRequest. |
static gov.va.med.foundations.rpc.RpcRequest |
RpcRequestFactory.getRpcRequest(java.lang.String rpcContext)
Method getRpcRequest. |
static gov.va.med.foundations.rpc.RpcRequest |
RpcRequestFactory.getRpcRequest(java.lang.String rpcContext,
java.lang.String rpcName)
Method getRpcRequest. |
org.w3c.dom.Document |
RpcResponse.getResultsDocument()
Gets an XML Document format based on the contains of the results returned by the RPC. |
Uses of FoundationsException in gov.va.med.foundations.security.vistalink |
Methods in gov.va.med.foundations.security.vistalink that throw FoundationsException | |
static gov.va.med.foundations.security.vistalink.VistaKernelPrincipalImpl |
VistaKernelPrincipalImpl.getKernelPrincipal(javax.security.auth.Subject jaasSubject)
Returns the single Kernel principal contained in a JAAS subject returned by a JAAS LoginContext after a successful VistaLink logon to Vista. |
Uses of FoundationsException in gov.va.med.foundations.utilities |
Subclasses of FoundationsException in gov.va.med.foundations.utilities | |
class |
VistaKernelHashCountLimitExceededException
Represents an exception identifying that the Hash Count Limit (for a call to the VistaKernelHash encrypt method) has been exceeded. |
Uses of FoundationsException in gov.va.med.foundations.xml |
Methods in gov.va.med.foundations.xml that throw FoundationsException | |
static java.lang.String |
XmlUtilities.convertXmlToStr(org.w3c.dom.Document doc)
Method ConvertXmlToStr. |
static org.w3c.dom.Document |
XmlUtilities.getDocumentForXmlString(java.lang.String xml)
Method getDocumentForXmlString. |
static org.w3c.dom.Document |
XmlUtilities.getDocumentForXmlInputStream(java.io.InputStream xml)
Method getDocumentForXmlInputStream. |
|
VLJ Iteration II, v. 1.0.0.193 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |