|
||||||||||
| 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
GenAsyncServiceTAck of the request of an operation and generate the token.
postRequest in interface GenAsyncServicerequest - the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionGenAsyncService.postRequest(Post, WsAddressingHeader)
public GetResponse getRequest(Get request,
WsAddressingHeader header)
throws GenAsyncBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
GenAsyncServiceResponses from the post previously sent and generate the token.
getRequest in interface GenAsyncServicerequest - the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionGenAsyncService.getRequest(Get, WsAddressingHeader)
public ConfirmResponse confirmRequest(Confirm request,
WsAddressingHeader header)
throws GenAsyncBusinessConnectorException,
TechnicalConnectorException,
SessionManagementException
GenAsyncService
confirmRequest in interface GenAsyncServicerequest - the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementExceptionGenAsyncService.confirmRequest(Confirm, WsAddressingHeader)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||