Uses of Class
be.ehealth.technicalconnector.exception.ConnectorException

Packages that use ConnectorException
be.ehealth.business.mycarenetdomaincommons.exception   
be.ehealth.businessconnector.genericasync.exception   
be.ehealth.businessconnector.genericasync.helper   
be.ehealth.businessconnector.genericasync.session   
be.ehealth.businessconnector.mycarenet.memberdataasync.session   
be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl   
be.ehealth.businessconnector.mycarenet.memberdatacommons.exception   
be.ehealth.businessconnector.mycarenet.memberdatav2.session   
be.ehealth.businessconnector.therlink.exception   
be.ehealth.businessconnector.therlink.session   
be.ehealth.businessconnector.therlink.session.impl   
be.ehealth.businessconnector.vsbnet.async.insurability.session   
be.ehealth.businessconnector.vsbnet.async.insurability.session.impl   
be.ehealth.businessconnector.vsbnet.async.invoice.session   
be.ehealth.businessconnector.vsbnet.async.invoice.session.impl   
be.ehealth.businessconnector.vsbnet.async.mohm.session   
be.ehealth.businessconnector.vsbnet.async.mohm.session.impl   
be.ehealth.businessconnector.vsbnet.async.session   
be.ehealth.businessconnector.vsbnetinsurability.session   
be.ehealth.businessconnector.vsbnetinsurability.session.impl   
be.ehealth.technicalconnector.exception   
be.ehealth.technicalconnector.generic.session   
be.ehealth.technicalconnector.session   
be.fgov.ehealth.technicalconnector.ra.exceptions   
 

Uses of ConnectorException in be.ehealth.business.mycarenetdomaincommons.exception
 

Subclasses of ConnectorException in be.ehealth.business.mycarenetdomaincommons.exception
 class ConnectorValidationException
          Thrown when a validation of an internal created object fails.
Extends TechnicalConnectorException
 class InvalidBlobContentConnectorException
          Thrown when the content of the blob is invalid.
Used in ChapterIV
 

Uses of ConnectorException in be.ehealth.businessconnector.genericasync.exception
 

Subclasses of ConnectorException in be.ehealth.businessconnector.genericasync.exception
 class GenAsyncBusinessConnectorException
          Connector Exception for Generic Async Connector.
 class GenAsyncSignatureValidationConnectorException
          Connector Exception for Generic Async Connector.
 

Uses of ConnectorException in be.ehealth.businessconnector.genericasync.helper
 

Methods in be.ehealth.businessconnector.genericasync.helper that throw ConnectorException
 ConfirmResponse GetHelper.confirmAll(ProcessedGetResponse getResponse)
           
 ConfirmResponse DefaultCommonAsyncService.confirmAll(ProcessedGetResponse getResponse)
           
 ConfirmResponse CommonAsyncService.confirmAll(ProcessedGetResponse getResponse)
           
<T> ConfirmResponse
GetHelper.confirmAll(ProcessedGetResponse<T> getResponse, String recipient)
           
 ConfirmResponse DefaultCommonAsyncService.confirmAllMessages(ProcessedGetResponse getResponse)
           
 ConfirmResponse CommonAsyncService.confirmAllMessages(ProcessedGetResponse getResponse)
           
 ConfirmResponse DefaultCommonAsyncService.confirmAllTAcks(ProcessedGetResponse getResponse)
           
 ConfirmResponse CommonAsyncService.confirmAllTAcks(ProcessedGetResponse getResponse)
           
 ConfirmResponse DefaultCommonAsyncService.confirmMessage(ProcessedMsgResponse msgResponse)
           
 ConfirmResponse CommonAsyncService.confirmMessage(ProcessedMsgResponse msgResponse)
           
 ConfirmResponse GetHelper.confirmMessageWithReference(ProcessedMsgResponse msgResponse)
           
 ConfirmResponse GetHelper.confirmMessageWithReference(ProcessedMsgResponse msgResponse, String recipient)
           
 ConfirmResponse DefaultCommonAsyncService.confirmTAck(ProcessedTAckResponse tAckResponse)
           
 ConfirmResponse CommonAsyncService.confirmTAck(ProcessedTAckResponse tAckResponse)
           
 ConfirmResponse GetHelper.confirmTAckWithReference(ProcessedTAckResponse tAckResponse)
           
 ConfirmResponse GetHelper.confirmTAckWithReference(ProcessedTAckResponse tAckResponse, String recipient)
           
 ConfirmResponse GetHelper.confirmWithMessageReferences(ProcessedGetResponse getResponse)
           
<T> ConfirmResponse
GetHelper.confirmWithMessageReferences(ProcessedGetResponse<T> getResponse, String recipient)
           
 ConfirmResponse GetHelper.confirmWithTAckReferences(ProcessedGetResponse getResponse)
           
<T> ConfirmResponse
GetHelper.confirmWithTAckReferences(ProcessedGetResponse<T> getResponse, String recipient)
           
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, Class clazz)
           
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, Class clazz, String schemaLocation)
           
 ProcessedGetResponse GetHelper.get(GetRequest request, String message, String recipient, Class clazz, String schemaLocation)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, ConfigName configName, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, ConfigName configName, String recipient, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(byte[] request, String messageName, String recipient, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(Object request, String messageName, String schemaLocation, InputReference inputReference)
           
 ProcessedPostResponse PostHelper.post(Object request, String messageName, String schemaLocation, String recipient, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.genericasync.session
 

Methods in be.ehealth.businessconnector.genericasync.session that throw ConnectorException
static GenAsyncService GenAsyncSessionServiceFactory.getGenAsyncService(String serviceName)
          Gets the GenericAsync service.
 

Uses of ConnectorException in be.ehealth.businessconnector.mycarenet.memberdataasync.session
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session that throw ConnectorException
 ProcessedGetResponse<byte[]> MemberDataService.getMDAXml(GetRequest request)
           
static MemberDataService MemberDataSessionServiceFactory.getMemberDataService()
           
 ProcessedPostResponse MemberDataService.postEncryptedMDAXml(byte[] records, InputReference inputReference)
           
 ProcessedPostResponse MemberDataService.postMDAXml(byte[] records, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl
 

Methods in be.ehealth.businessconnector.mycarenet.memberdataasync.session.impl that throw ConnectorException
<T> T
MemberDataServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 ProcessedGetResponse<byte[]> MemberDataServiceImpl.getMDAXml(GetRequest request)
           
 ProcessedPostResponse MemberDataServiceImpl.postEncryptedMDAXml(byte[] records, InputReference inputReference)
           
 ProcessedPostResponse MemberDataServiceImpl.postMDAXml(byte[] records, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.mycarenet.memberdatacommons.exception
 

Subclasses of ConnectorException in be.ehealth.businessconnector.mycarenet.memberdatacommons.exception
 class MemberDataBusinessConnectorException
          Connector Exception for Member Data Sync Connector.
 

Uses of ConnectorException in be.ehealth.businessconnector.mycarenet.memberdatav2.session
 

Methods in be.ehealth.businessconnector.mycarenet.memberdatav2.session that throw ConnectorException
static MemberDataService MemberDataSessionServiceFactory.getMemberDataSyncService()
          Gets the MemberDataService instance
 

Uses of ConnectorException in be.ehealth.businessconnector.therlink.exception
 

Subclasses of ConnectorException in be.ehealth.businessconnector.therlink.exception
 class TherLinkBusinessConnectorException
          Exception class for Therapeutic links Connector
 

Uses of ConnectorException in be.ehealth.businessconnector.therlink.session
 

Methods in be.ehealth.businessconnector.therlink.session that throw ConnectorException
static TherLinkService TherlinkSessionServiceFactory.getTherlinkService()
          Gets the DmgService instance
 

Uses of ConnectorException in be.ehealth.businessconnector.therlink.session.impl
 

Methods in be.ehealth.businessconnector.therlink.session.impl that throw ConnectorException
<T> T
TherlinkServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.insurability.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session that throw ConnectorException
 ProcessedPostResponse VsbNetInsurabilityService.determineInsurability(WZCMHDF001DetermineInsurabilityRequest request, InputReference inputReference)
           
 ProcessedGetResponse<WZCMHDF001DetermineInsurabilityResponse> VsbNetInsurabilityService.getDetermineInsurability(GetRequest request)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.insurability.session.impl that throw ConnectorException
<T> T
VsbNetInsurabilityServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 ProcessedPostResponse VsbNetInsurabilityServiceImpl.determineInsurability(WZCMHDF001DetermineInsurabilityRequest request, InputReference inputReference)
           
 ProcessedGetResponse<WZCMHDF001DetermineInsurabilityResponse> VsbNetInsurabilityServiceImpl.getDetermineInsurability(GetRequest request)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.invoice.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session that throw ConnectorException
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceAccepted1(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceAccepted2(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceFileAccepted(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceFileRefused(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceService.getListInvoiceRefused(GetRequest request)
           
 ProcessedPostResponse VsbNetInvoiceService.postInvoiceList(byte[] invoiceList, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.invoice.session.impl that throw ConnectorException
<T> T
VsbNetInvoiceServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceAccepted1(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceAccepted2(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceFileAccepted(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceFileRefused(GetRequest request)
           
 ProcessedGetResponse<byte[]> VsbNetInvoiceServiceImpl.getListInvoiceRefused(GetRequest request)
           
 ProcessedPostResponse VsbNetInvoiceServiceImpl.postInvoiceList(byte[] invoiceList, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.mohm.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session that throw ConnectorException
 ProcessedPostResponse VsbNetMohmService.cancelApplication(EMOHMDF111CancelApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmService.consultApplication(EMOHMDF103ConsultapplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmService.consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmService.createApplication(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmService.createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request, InputReference inputReference)
           
 ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> VsbNetMohmService.getCancelApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> VsbNetMohmService.getConsultApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> VsbNetMohmService.getConsultSupportAndRepair(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> VsbNetMohmService.getConsultSupportAndRepairList(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> VsbNetMohmService.getCreateApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> VsbNetMohmService.getCreateFictionalApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> VsbNetMohmService.getPushApplicationView(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF106PushDecisionRequest> VsbNetMohmService.getPushDecision(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> VsbNetMohmService.getReportDelivery(GetRequest request)
           
 ProcessedPostResponse VsbNetMohmService.reportDelivery(EMOHMDF105ReportDeliveryRequest request, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl
 

Methods in be.ehealth.businessconnector.vsbnet.async.mohm.session.impl that throw ConnectorException
 ProcessedPostResponse VsbNetMohmServiceImpl.cancelApplication(EMOHMDF111CancelApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultApplication(EMOHMDF103ConsultapplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepair(EMOHMDF104ConsultSupportAndRepairRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.consultSupportAndRepairList(EMOHMDF112ConsultSupportAndRepairListRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.createApplication(EMOHMDF101CreateApplicationRequest request, InputReference inputReference)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.createFictionalApplication(EMOHMDF102CreateFictionalApplicationRequest request, InputReference inputReference)
           
<T> T
VsbNetMohmServiceImplementationFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 ProcessedGetResponse<EMOHMDF111CancelApplicationResponse> VsbNetMohmServiceImpl.getCancelApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF103ConsultApplicationResponse> VsbNetMohmServiceImpl.getConsultApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF104ConsultSupportAndRepairResponse> VsbNetMohmServiceImpl.getConsultSupportAndRepair(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF112ConsultSupportAndRepairListResponse> VsbNetMohmServiceImpl.getConsultSupportAndRepairList(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF101CreateApplicationResponse> VsbNetMohmServiceImpl.getCreateApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF102CreateFictionalApplicationResponse> VsbNetMohmServiceImpl.getCreateFictionalApplication(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF107PushApplicationViewRequest> VsbNetMohmServiceImpl.getPushApplicationView(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF106PushDecisionRequest> VsbNetMohmServiceImpl.getPushDecision(GetRequest request)
           
 ProcessedGetResponse<EMOHMDF105ReportDeliveryResponse> VsbNetMohmServiceImpl.getReportDelivery(GetRequest request)
           
 ProcessedPostResponse VsbNetMohmServiceImpl.reportDelivery(EMOHMDF105ReportDeliveryRequest request, InputReference inputReference)
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnet.async.session
 

Methods in be.ehealth.businessconnector.vsbnet.async.session that throw ConnectorException
static VsbNetInsurabilityService VsbNetSessionServiceFactory.getVsbNetInsurabilityService()
          Gets the VsbNetInsurabilityService instance
static VsbNetInvoiceService VsbNetSessionServiceFactory.getVsbNetInvoiceService()
          Gets the VsbNetInvoiceService instance
static VsbNetMohmService VsbNetSessionServiceFactory.getVsbNetMohmService()
          Gets the VsbNetMohmService instance
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnetinsurability.session
 

Methods in be.ehealth.businessconnector.vsbnetinsurability.session that throw ConnectorException
static VSBNetInsurabilitySessionService VSBNetInsurabilitySessionServiceFactory.getVSbNestInsurabilityService()
           
 

Uses of ConnectorException in be.ehealth.businessconnector.vsbnetinsurability.session.impl
 

Methods in be.ehealth.businessconnector.vsbnetinsurability.session.impl that throw ConnectorException
<T> T
VSBNetInsurabilityImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 

Uses of ConnectorException in be.ehealth.technicalconnector.exception
 

Subclasses of ConnectorException in be.ehealth.technicalconnector.exception
 class BeIDPinCodeException
          TechnicalConnectorException that is throws when there is a BeIDPinCode problem.
 class CertificateVerificationException
          This class wraps an exception that could be thrown during the certificate verification process.
 class InvalidTimeStampException
          thrown when validation of timestamp fails.
 class NoNextEndpointException
           
 class SessionManagementException
          The Class SessionManagementException.
 class SilentInstantiationException
          Exception that can be swallowed is the flag silent is active.
 class SoaErrorException
          exception which contains result of soa error from webservice.
 class TechnicalConnectorException
          The Class TechnicalConnectorException..
 class UnsealConnectorException
          Exception class for Unseal connector exceptions.
 

Uses of ConnectorException in be.ehealth.technicalconnector.generic.session
 

Methods in be.ehealth.technicalconnector.generic.session that throw ConnectorException
static GenericService GenericSessionServiceFactory.getGenericService()
          Gets the GenericService service.
 

Uses of ConnectorException in be.ehealth.technicalconnector.session
 

Methods in be.ehealth.technicalconnector.session that throw ConnectorException
<T> T
ImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, Crypto hokCrypto, Crypto encryptionCrypto, String... additionalParameters)
          Deprecated. use the other createImplementationClass method without crypto
<T> T
ImplementationClassFactory.createImplementationClass(Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator replyValidator, String... additionalParameters)
           
 

Uses of ConnectorException in be.fgov.ehealth.technicalconnector.ra.exceptions
 

Subclasses of ConnectorException in be.fgov.ehealth.technicalconnector.ra.exceptions
 class RaException
           
 




Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.