be.ehealth.businessconnector.mycarenet.agreement.service
Interface AgreementService
- All Known Implementing Classes:
- AgreementServiceImpl
public interface AgreementService
Interface for all Agreement services
Default impl : AgreementServiceImpl
Factory : ServiceFactory
askAgreement
AskAgreementResponse askAgreement(SAMLToken token,
AskAgreementRequest request)
throws TechnicalConnectorException
- Sends the request to the WS and retrieves the response. It only needs the SamlToken, no session needs to be active.
- Parameters:
token - the valid SAML tokenrequest - the request to send
- Returns:
- the WS response
- Throws:
TechnicalConnectorException - the technical connector exception
consultAgreement
ConsultAgreementResponse consultAgreement(SAMLToken token,
ConsultAgreementRequest request)
throws TechnicalConnectorException
- Throws:
TechnicalConnectorException
Connector Packaging generic 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.