|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.mycarenet.attestv2.service.impl.AttestServiceImpl
public class AttestServiceImpl
Implementation for the AttestService
interface.
Constructor Summary | |
---|---|
AttestServiceImpl()
default constructor , needed for ModuleBootstrapHook. |
|
AttestServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
Creates a new AttestServiceImpl |
Method Summary | |
---|---|
void |
bootstrap()
|
CancelAttestationResponse |
cancelAttestion(SAMLToken token,
SendRequestType request)
Cancel the consultation request to the WS and retrieves the response. |
SendAttestationResponse |
sendAttestion(SAMLToken token,
SendRequestType request)
Sends the consultation request to the WS and retrieves the response. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttestServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator)
AttestServiceImpl
sessionValidator
- the SessionValidator objectreplyValidator
- the ReplyValidator objectpublic AttestServiceImpl()
Method Detail |
---|
public final SendAttestationResponse sendAttestion(SAMLToken token, SendRequestType request) throws TechnicalConnectorException
AttestService
sendAttestion
in interface AttestService
token
- the valid SAML tokenrequest
- the request to send
TechnicalConnectorException
public CancelAttestationResponse cancelAttestion(SAMLToken token, SendRequestType request) throws TechnicalConnectorException
AttestService
cancelAttestion
in interface AttestService
token
- the valid SAML tokenrequest
- the request to send
TechnicalConnectorException
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |