public interface DmgService
DmgServiceImpl Factory : DmgSessionServiceFactory| Modifier and Type | Method and Description |
|---|---|
ConfirmResponse |
confirmRequest(Confirm request,
WsAddressingHeader header)
Sends a Confirm request after a successful Get It only needs the SAMLtoken, no session needs to be active
|
ConsultGlobalMedicalFileResponse |
consultGlobalMedicalFile(ConsultGlobalMedicalFileRequest request)
Sends the consultation request to the WS (needs a Session to be active, token is retrieved from the session)
|
GetResponse |
getRequest(Get request,
WsAddressingHeader header)
Returns the
Responses from the post previously sent. |
NotifyGlobalMedicalFileResponse |
notifyGlobalMedicalFile(NotifyGlobalMedicalFileRequest request)
Sends the notification request to the WS (needs a Session to be active, token is retrieved from the session)
|
PostResponse |
postRequest(Post request,
WsAddressingHeader header)
Returns the
TAck of the request of an operation. |
ConsultGlobalMedicalFileResponse consultGlobalMedicalFile(ConsultGlobalMedicalFileRequest request) throws DmgBusinessConnectorException, TechnicalConnectorException
request - the consultation requestDmgBusinessConnectorExceptionTechnicalConnectorExceptionNotifyGlobalMedicalFileResponse notifyGlobalMedicalFile(NotifyGlobalMedicalFileRequest request) throws DmgBusinessConnectorException, TechnicalConnectorException
request - the notification requestDmgBusinessConnectorExceptionTechnicalConnectorExceptionPostResponse postRequest(Post request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException
TAck of the request of an operation. It only needs the SamlToken, no session needs to be active.request - the requestGenAsyncBusinessConnectorExceptionGetResponse getRequest(Get request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException
Responses from the post previously sent. It only needs the SamlToken, no session needs to be active.request - the requestGenAsyncBusinessConnectorExceptionTechnicalConnectorExceptionConfirmResponse confirmRequest(Confirm request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException
request - the requestGenAsyncBusinessConnectorExceptionTechnicalConnectorException
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.