|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectorException in be.ehealth.business.mycarenetcommons.exception |
---|
Subclasses of ConnectorException in be.ehealth.business.mycarenetcommons.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.chapterIV.exception |
---|
Subclasses of ConnectorException in be.ehealth.businessconnector.chapterIV.exception | |
---|---|
class |
ChapterIVBusinessConnectorException
Connector Exception for ChapterIV Connector. |
Uses of ConnectorException in be.ehealth.businessconnector.chapterIV.session |
---|
Methods in be.ehealth.businessconnector.chapterIV.session that throw ConnectorException | |
---|---|
static ChapterIVService |
ChapterIVSessionServiceFactory.getChapterIVService()
Gets the ChapterIVService. |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.api.domain.exception |
---|
Subclasses of ConnectorException in be.ehealth.businessconnector.ehbox.api.domain.exception | |
---|---|
class |
EhboxBusinessConnectorException
The Class EhboxBusinessConnectorException. |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.exception |
---|
Subclasses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.exception | |
---|---|
class |
EhboxCryptoException
Exception for the crypto problem in ehboxv3 |
class |
OoOPublicationException
Exception for the OoO problem in ehboxv3 |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.service |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.service that throw ConnectorException | |
---|---|
DeleteMessageResponse |
ConsultationService.deleteMessage(SAMLToken token,
DeleteMessageRequest request)
delete specific message. |
DeleteOoOResponse |
ConsultationService.deleteOoO(SAMLToken token,
DeleteOoORequest request)
get list of periods of OoO for specific user. |
GetAllEhboxesMessagesListResponse |
ConsultationService.getAllEhboxesMessagesList(SAMLToken initSession,
GetAllEhboxesMessagesListRequest request)
retrieve all messages from given source for all mailboxes. |
GetBoxInfoResponse |
ConsultationService.getBoxInfo(SAMLToken token,
GetBoxInfoRequest getBoxInfoRequest)
Gets the box info. |
GetFullMessageResponse |
ConsultationService.getFullMessage(SAMLToken token,
GetFullMessageRequest messageRequest)
Gets the full message. |
GetFullMessageResponse |
ConsultationService.getFullMessage(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated. use getFullMessage(SamlToken token , GetFullMessageRequest request) instead |
GetMessageAcknowledgmentsStatusResponse |
ConsultationService.getMessageAcknowledgmentsStatusResponse(SAMLToken token,
GetMessageAcknowledgmentsStatusRequest messageAcknowledgmentsStatusRequest)
Get the acknowlegement status. |
GetHistoryResponse |
ConsultationService.getMessageHistory(SAMLToken token,
GetHistoryRequest messageRequestType)
Gets the message history. |
GetHistoryResponse |
ConsultationService.getMessageHistory(SAMLToken token,
MessageRequestType messageRequestType)
Deprecated. use getFullMessage(SamlToken token , GetHistoryRequest request) instead |
GetMessagesListResponse |
ConsultationService.getMessageList(SAMLToken token,
GetMessagesListRequest messagesListRequest)
Gets the message list. |
GetOoOListResponse |
ConsultationService.getOoOList(SAMLToken token,
GetOoOListRequest request)
delete specific OoO périod. |
InsertOoOResponse |
ConsultationService.insertOoO(SAMLToken token,
InsertOoORequest request)
insert Out Of Office period. |
MoveMessageResponse |
ConsultationService.moveMessage(SAMLToken token,
MoveMessageRequest messageRequestType)
Move to in box. |
SendMessageResponse |
PublicationService.sendMessage(SAMLToken token,
SendMessageRequest sendMessageRequest)
Send message. |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.service.impl |
---|
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.session |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.session that throw ConnectorException | |
---|---|
DeleteMessageResponse |
EhealthBoxServiceV3.deleteMessage(DeleteMessageRequest request)
delete specific message. |
DeleteOoOResponse |
EhealthBoxServiceV3.deleteOoO(DeleteOoORequest request)
delete specific OoO périod. |
GetAllEhboxesMessagesListResponse |
EhealthBoxServiceV3.getAllEhboxesMessagesList(GetAllEhboxesMessagesListRequest request)
retrieves all messages from all mailboxes for user. |
GetBoxInfoResponse |
EhealthBoxServiceV3.getBoxInfo(GetBoxInfoRequest getBoxInfoRequest)
To retrieve general information relation to the eHealth Box of the General Practitioner: number of messages, total size of all available messages, etc.). |
static EhealthBoxServiceV3 |
ServiceFactory.getEhealthBoxServiceV3()
Gets the eHealth Box service V3. |
GetFullMessageResponse |
EhealthBoxServiceV3.getFullMessage(GetFullMessageRequest request)
Retrieves the entire message from the eHealth Box based on its unique identifier. |
GetFullMessageResponse |
EhealthBoxServiceV3.getFullMessage(MessageRequestType request)
Deprecated. |
GetMessageAcknowledgmentsStatusResponse |
EhealthBoxServiceV3.getMessageAcknowledgmentsStatusRequest(GetMessageAcknowledgmentsStatusRequest request)
Gets the acknowlegment status. |
GetHistoryResponse |
EhealthBoxServiceV3.getMessageHistory(GetHistoryRequest request)
With the 'Get History' operation, a messages history can be consulted. |
GetHistoryResponse |
EhealthBoxServiceV3.getMessageHistory(MessageRequestType request)
Deprecated. |
GetMessagesListResponse |
EhealthBoxServiceV3.getMessageList(GetMessagesListRequest request)
The �Get message List� operation retrieves the list of messages in one of the available folders (inbox, bin or sent). |
GetOoOListResponse |
EhealthBoxServiceV3.getOoOList(GetOoOListRequest request)
get list of periods of OoO for specific user. |
InsertOoOResponse |
EhealthBoxServiceV3.insertOoO(InsertOoORequest request)
insert Out Of Office period. |
MoveMessageResponse |
EhealthBoxServiceV3.moveMessage(MoveMessageRequest request)
Moves a message back to the inbox. |
SendMessageResponse |
EhealthBoxServiceV3.sendMessage(SendMessageRequest sendMessageRequest)
The �Send Message� operation allows a message to be sent to one or more recipients. |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.session.impl |
---|
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.validator |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.validator that throw ConnectorException | |
---|---|
boolean |
EhboxReplyValidator.validateReplyStatus(ResponseType response)
Validate reply status. |
Uses of ConnectorException in be.ehealth.businessconnector.ehbox.v3.validator.impl |
---|
Methods in be.ehealth.businessconnector.ehbox.v3.validator.impl that throw ConnectorException | |
---|---|
boolean |
EhboxReplyValidatorImpl.validateReplyStatus(ResponseType response)
validates the reply status : will throw a general TechnicalConnectorException if the reply status is not success and will throw an OoOPublicationException if the status is success, but there are Out Of Offices for one or more recipients. |
Uses of ConnectorException in be.ehealth.businessconnector.insurability.exception |
---|
Subclasses of ConnectorException in be.ehealth.businessconnector.insurability.exception | |
---|---|
class |
InsurabilityBusinessConnectorException
Connector Exception for Dmg Connector. |
Uses of ConnectorException in be.ehealth.businessconnector.insurability.session |
---|
Methods in be.ehealth.businessconnector.insurability.session that throw ConnectorException | |
---|---|
static InsurabilityService |
InsurabilitySessionServiceFactory.getInsurabilityService()
Gets the InsurabilityService instance |
Uses of ConnectorException in be.ehealth.businessconnector.insurabilityv2.session |
---|
Methods in be.ehealth.businessconnector.insurabilityv2.session that throw ConnectorException | |
---|---|
static InsurabilityService |
InsurabilitySessionServiceFactory.getInsurabilityService()
Gets the InsurabilityService 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 | ||
---|---|---|
|
TherlinkServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
Uses of ConnectorException in be.ehealth.businessconnector.wsconsent.exception |
---|
Subclasses of ConnectorException in be.ehealth.businessconnector.wsconsent.exception | |
---|---|
class |
WsConsentBusinessConnectorException
Connector Exception for WsConsent Connector. |
Uses of ConnectorException in be.ehealth.businessconnector.wsconsent.session |
---|
Methods in be.ehealth.businessconnector.wsconsent.session that throw ConnectorException | |
---|---|
static WsConsentService |
WsConsentSessionServiceFactory.getWsConsentService()
Gets the WsConsentService service. |
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 |
RetryNextEndpointException
|
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.generic.session.impl |
---|
Methods in be.ehealth.technicalconnector.generic.session.impl that throw ConnectorException | ||
---|---|---|
|
GenericServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
Uses of ConnectorException in be.ehealth.technicalconnector.session |
---|
Methods in be.ehealth.technicalconnector.session that throw ConnectorException | ||
---|---|---|
|
ImplementationClassFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
Crypto hokCrypto,
Crypto encryptionCrypto,
String... additionalParameters)
Deprecated. use the other createImplementationClass method without crypto |
|
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |