|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.ehbox.v3.service.impl.PublicationServiceImpl
public class PublicationServiceImpl
Implementation of PublicationService
.
Constructor Summary | |
---|---|
PublicationServiceImpl()
default constructor, needed for ModuleBootstrapHook |
|
PublicationServiceImpl(SessionValidator sessionValidator,
EhboxReplyValidator replyValidator)
Instantiates a new publication service impl. |
Method Summary | |
---|---|
void |
bootstrap()
|
SendMessageResponse |
sendMessage(SAMLToken token,
SendMessageRequest request)
Send message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicationServiceImpl(SessionValidator sessionValidator, EhboxReplyValidator replyValidator)
sessionValidator
- the session validatorreplyValidator
- the reply validatorpublic PublicationServiceImpl()
Method Detail |
---|
public final SendMessageResponse sendMessage(SAMLToken token, SendMessageRequest request) throws ConnectorException
sendMessage
in interface PublicationService
token
- the tokenrequest
- : sendMessageRequest the send message request
ConnectorException
TechnicalConnectorException
- the technical connector exception
EhboxBusinessConnectorException
- the business connector exception
SessionManagementException
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |