|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.builders |
---|
Methods in be.ehealth.businessconnector.genericasync.builders that throw GenAsyncBusinessConnectorException | ||
---|---|---|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilder.handleGetResponse(GetResponse getResponse)
Checks and validates the response of a get request. |
|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilder.handleGetResponse(GetResponse getResponse,
String projectName)
|
|
boolean |
ResponseObjectBuilder.handlePostResponse(PostResponse postResponse)
Check the response of a post request. |
|
|
ResponseObjectBuilder.processEncryptedResponse(MsgResponse msgResponse,
String projectName,
Class<T> clazz)
|
|
|
ResponseObjectBuilder.processResponse(GetResponse getResponse,
Class<T> clazz,
String projectName,
String schemaLocation)
|
|
SignatureVerificationResult |
ResponseObjectBuilder.validateMsgXadesT(Object value,
byte[] xadesT,
String projectName)
|
|
SignatureVerificationResult |
ResponseObjectBuilder.validateTAckXadesT(Object value,
byte[] xadesT,
String projectName)
|
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.builders.impl |
---|
Methods in be.ehealth.businessconnector.genericasync.builders.impl that throw GenAsyncBusinessConnectorException | ||
---|---|---|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilderImpl.handleGetResponse(GetResponse getResponse)
|
|
Map<Object,SignatureVerificationResult> |
ResponseObjectBuilderImpl.handleGetResponse(GetResponse getResponse,
String projectName)
|
|
boolean |
ResponseObjectBuilderImpl.handlePostResponse(PostResponse postResponse)
|
|
|
ResponseObjectBuilderImpl.processEncryptedResponse(MsgResponse msgResponse,
String projectName,
Class<T> clazz)
|
|
|
ResponseObjectBuilderImpl.processResponse(GetResponse getResponse,
Class<T> clazz,
String projectName,
String schemaLocation)
|
|
SignatureVerificationResult |
ResponseObjectBuilderImpl.validateMsgXadesT(Object value,
byte[] xadesT,
String projectName)
|
|
SignatureVerificationResult |
ResponseObjectBuilderImpl.validateTAckXadesT(Object value,
byte[] xadesT,
String projectName)
|
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.exception |
---|
Subclasses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.exception | |
---|---|
class |
GenAsyncSignatureValidationConnectorException
Connector Exception for Generic Async Connector. |
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.helper |
---|
Methods in be.ehealth.businessconnector.genericasync.helper that throw GenAsyncBusinessConnectorException | |
---|---|
SignatureVerificationResult |
DefaultCommonAsyncService.validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT)
|
SignatureVerificationResult |
CommonAsyncService.validateXadesTWithManifest(TAckResponse tAckResponse,
Blob postedBlob,
byte[] xadesT)
Method to validate asynchrounously the signature of a tack response against the original posted blob. |
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.service |
---|
Methods in be.ehealth.businessconnector.genericasync.service that throw GenAsyncBusinessConnectorException | |
---|---|
ConfirmResponse |
GenAsyncService.confirmRequest(SAMLToken token,
Confirm request,
WsAddressingHeader header)
Sends a Confirm request after a successful Get It only needs the SAMLtoken, no session needs to be active |
GetResponse |
GenAsyncService.getRequest(SAMLToken token,
Get request,
WsAddressingHeader header)
Returns the Responses from the post previously sent. |
PostResponse |
GenAsyncService.postRequest(SAMLToken token,
Post request,
WsAddressingHeader header)
Returns the TAck of the request of an operation. |
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.service.impl |
---|
Methods in be.ehealth.businessconnector.genericasync.service.impl that throw GenAsyncBusinessConnectorException | |
---|---|
ConfirmResponse |
GenAsyncServiceImpl.confirmRequest(SAMLToken token,
Confirm request,
WsAddressingHeader header)
|
GetResponse |
GenAsyncServiceImpl.getRequest(SAMLToken token,
Get request,
WsAddressingHeader header)
|
PostResponse |
GenAsyncServiceImpl.postRequest(SAMLToken token,
Post request,
WsAddressingHeader header)
|
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.session |
---|
Methods in be.ehealth.businessconnector.genericasync.session that throw GenAsyncBusinessConnectorException | ||
---|---|---|
ConfirmResponse |
GenAsyncService.confirmRequest(Confirm request,
WsAddressingHeader header)
Sends a confirm request to the WS. |
|
|
GenAsyncServiceImplementationFactory.createImplementationClass(Class<T> clazz,
SessionValidator sessionValidator,
EhealthReplyValidator replyValidator,
String... additionalParameters)
|
|
GetResponse |
GenAsyncService.getRequest(Get request,
WsAddressingHeader header)
Returns the Responses from the post previously sent and generate the token. |
|
PostResponse |
GenAsyncService.postRequest(Post request,
WsAddressingHeader header)
Returns the TAck of the request of an operation and generate the token. |
Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.session.impl |
---|
Methods in be.ehealth.businessconnector.genericasync.session.impl that throw GenAsyncBusinessConnectorException | |
---|---|
ConfirmResponse |
GenAsyncServiceImpl.confirmRequest(Confirm request,
WsAddressingHeader header)
|
GetResponse |
GenAsyncServiceImpl.getRequest(Get request,
WsAddressingHeader header)
|
PostResponse |
GenAsyncServiceImpl.postRequest(Post request,
WsAddressingHeader header)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |