|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenAsyncService
The Business Connector for General Practitioners provides a simplified interface to access the GenericAsync service by providing the
following functionality: it retrieves the token from the session. Default impl :
GenAsyncServiceImpl
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. |
Method Detail |
---|
PostResponse postRequest(Post request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
TAck
of the request of an operation and generate the token.
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetResponse getRequest(Get request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
Responses
from the post previously sent and generate the token.
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
ConfirmResponse confirmRequest(Confirm request, WsAddressingHeader header) throws GenAsyncBusinessConnectorException, TechnicalConnectorException, SessionManagementException
request
- the request
GenAsyncBusinessConnectorException
TechnicalConnectorException
SessionManagementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |