|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.chapterIV.service.impl.ChapterIVServiceImpl
public class ChapterIVServiceImpl
Implementation for the ChapterIVService
interface
Constructor Summary | |
---|---|
ChapterIVServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
Instantiates a new Chapter IV service impl. |
Method Summary | |
---|---|
AskChap4MedicalAdvisorAgreementResponse |
askChap4MedicalAdvisorAgreement(SAMLToken token,
AskChap4MedicalAdvisorAgreementRequest request)
returns the AskChap4MedicalAdvisorAgreementResponse . |
ConsultChap4MedicalAdvisorAgreementResponse |
consultChap4MedicalAdvisorAgreement(SAMLToken token,
ConsultChap4MedicalAdvisorAgreementRequest request)
returns the ConsultChap4MedicalAdvisorAgreementResponse . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChapterIVServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator)
sessionValidator
- the session validatorreplyValidator
- the reply validatorMethod Detail |
---|
public final ConsultChap4MedicalAdvisorAgreementResponse consultChap4MedicalAdvisorAgreement(SAMLToken token, ConsultChap4MedicalAdvisorAgreementRequest request) throws ChapterIVBusinessConnectorException, TechnicalConnectorException, SessionManagementException
ChapterIVService
ConsultChap4MedicalAdvisorAgreementResponse
. it only needs the SamlToken, no session needs to be active.
consultChap4MedicalAdvisorAgreement
in interface ChapterIVService
ChapterIVBusinessConnectorException
TechnicalConnectorException
SessionManagementException
ChapterIVService.consultChap4MedicalAdvisorAgreement(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.chap4.protocol.v1.ConsultChap4MedicalAdvisorAgreementRequest)
public final AskChap4MedicalAdvisorAgreementResponse askChap4MedicalAdvisorAgreement(SAMLToken token, AskChap4MedicalAdvisorAgreementRequest request) throws ChapterIVBusinessConnectorException, TechnicalConnectorException, SessionManagementException
ChapterIVService
AskChap4MedicalAdvisorAgreementResponse
. it only needs the SamlToken, no session needs to be active.
askChap4MedicalAdvisorAgreement
in interface ChapterIVService
ChapterIVBusinessConnectorException
TechnicalConnectorException
SessionManagementException
ChapterIVService.askChap4MedicalAdvisorAgreement(be.ehealth.technicalconnector.service.sts.security.SAMLToken,
be.fgov.ehealth.chap4.protocol.v1.AskChap4MedicalAdvisorAgreementRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |