|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.genericasync.session.impl.GenAsyncServiceImpl
public class GenAsyncServiceImpl
The Business Connector for General Practitioners provides a simplified interface to access the Generic Async service Implementation of
GenAsyncService
Constructor Summary | |
---|---|
GenAsyncServiceImpl(SessionValidator sessionValidator,
String serviceName)
Instantiates a new Generic Async service |
Method Summary | |
---|---|
ConfirmResponse |
confirmRequest(Confirm request,
WsAddressingHeader header)
Sends a confirm request to the WS. |
GetResponse |
getRequest(Get request,
WsAddressingHeader header)
Returns the Responses from the post previously sent and generate the token. |
PostResponse |
postRequest(Post request,
WsAddressingHeader header)
Returns the TAck of the request of an operation and generate the token. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenAsyncServiceImpl(SessionValidator sessionValidator, String serviceName) throws TechnicalConnectorException
sessionValidator
- the session validatorserviceName
- the service Name
TechnicalConnectorException
Method Detail |
---|
public PostResponse postRequest(Post request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
GenAsyncService
TAck
of the request of an operation and generate the token.
postRequest
in interface GenAsyncService
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GenAsyncService.postRequest(Post, WsAddressingHeader)
public GetResponse getRequest(Get request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
GenAsyncService
Responses
from the post previously sent and generate the token.
getRequest
in interface GenAsyncService
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GenAsyncService.getRequest(Get, WsAddressingHeader)
public ConfirmResponse confirmRequest(Confirm request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
GenAsyncService
confirmRequest
in interface GenAsyncService
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GenAsyncService.confirmRequest(Confirm, WsAddressingHeader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |