public class AgreementServiceImpl extends Object implements AgreementService, ConfigurationModuleBootstrap.ModuleBootstrapHook
AgreementService interface.| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP_ACTION_ASK_AGREEMENT |
static String |
SOAP_ACTION_CONSULT_AGREEMENT |
| Constructor and Description |
|---|
AgreementServiceImpl()
default constructor , needed for ModuleBootstrapHook.
|
AgreementServiceImpl(SessionValidator sessionValidator)
Creates a new
AgreementServiceImpl |
| Modifier and Type | Method and Description |
|---|---|
AskAgreementResponse |
askAgreement(SAMLToken token,
AskAgreementRequest request)
Sends the request to the WS and retrieves the response.
|
void |
bootstrap() |
ConsultAgreementResponse |
consultAgreement(SAMLToken token,
ConsultAgreementRequest request) |
public static final String SOAP_ACTION_ASK_AGREEMENT
public static final String SOAP_ACTION_CONSULT_AGREEMENT
public AgreementServiceImpl(SessionValidator sessionValidator)
AgreementServiceImplsessionValidator - the SessionValidator objectpublic AgreementServiceImpl()
public AskAgreementResponse askAgreement(SAMLToken token, AskAgreementRequest request) throws TechnicalConnectorException
AgreementServiceaskAgreement in interface AgreementServicetoken - the valid SAML tokenrequest - the request to sendTechnicalConnectorException - the technical connector exceptionpublic ConsultAgreementResponse consultAgreement(SAMLToken token, ConsultAgreementRequest request) throws TechnicalConnectorException
consultAgreement in interface AgreementServiceTechnicalConnectorExceptionpublic void bootstrap()
bootstrap in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.