Uses of Class
be.ehealth.businessconnector.genericasync.exception.GenAsyncBusinessConnectorException

Packages that use GenAsyncBusinessConnectorException
be.ehealth.businessconnector.dmg.service   
be.ehealth.businessconnector.dmg.service.impl   
be.ehealth.businessconnector.dmg.session   
be.ehealth.businessconnector.dmg.session.impl   
be.ehealth.businessconnector.genericasync.builders   
be.ehealth.businessconnector.genericasync.builders.impl   
be.ehealth.businessconnector.genericasync.exception   
be.ehealth.businessconnector.genericasync.service   
be.ehealth.businessconnector.genericasync.service.impl   
be.ehealth.businessconnector.genericasync.session   
be.ehealth.businessconnector.genericasync.session.impl   
 

Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.dmg.service
 

Methods in be.ehealth.businessconnector.dmg.service that throw GenAsyncBusinessConnectorException
 ConfirmResponse DmgService.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 DmgService.getRequest(SAMLToken token, Get request, WsAddressingHeader header)
          Returns the Responses from the post previously sent.
 PostResponse DmgService.postRequest(SAMLToken token, Post request, WsAddressingHeader header)
          Returns the TAck of the request of an operation.
 

Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.dmg.service.impl
 

Methods in be.ehealth.businessconnector.dmg.service.impl that throw GenAsyncBusinessConnectorException
 ConfirmResponse DmgServiceImpl.confirmRequest(SAMLToken token, Confirm request, WsAddressingHeader header)
           
 GetResponse DmgServiceImpl.getRequest(SAMLToken token, Get request, WsAddressingHeader header)
           
 PostResponse DmgServiceImpl.postRequest(SAMLToken token, Post request, WsAddressingHeader header)
           
 

Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.dmg.session
 

Methods in be.ehealth.businessconnector.dmg.session that throw GenAsyncBusinessConnectorException
 ConfirmResponse DmgService.confirmRequest(Confirm request, WsAddressingHeader header)
          Sends a Confirm request after a successful Get It only needs the SAMLtoken, no session needs to be active
 GetResponse DmgService.getRequest(Get request, WsAddressingHeader header)
          Returns the Responses from the post previously sent.
 PostResponse DmgService.postRequest(Post request, WsAddressingHeader header)
          Returns the TAck of the request of an operation.
 

Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.dmg.session.impl
 

Methods in be.ehealth.businessconnector.dmg.session.impl that throw GenAsyncBusinessConnectorException
 ConfirmResponse DmgServiceImpl.confirmRequest(Confirm request, WsAddressingHeader header)
           
 GetResponse DmgServiceImpl.getRequest(Get request, WsAddressingHeader header)
           
 PostResponse DmgServiceImpl.postRequest(Post request, WsAddressingHeader header)
           
 

Uses of GenAsyncBusinessConnectorException in be.ehealth.businessconnector.genericasync.builders
 

Methods in be.ehealth.businessconnector.genericasync.builders that throw GenAsyncBusinessConnectorException
static RequestObjectBuilder BuilderFactory.getRequestObjectBuilder(String serviceName)
          Retrieve an instance of a RequestObjectBuilder implementation The implementation could be a custom class defined in the configuration file (property ).
static ResponseObjectBuilder BuilderFactory.getResponseObjectBuilder()
          Retrieves an instance of a ResponseObjectBuilder implementation The implementation could be a custom class defined in the configuration file (property ).
 Map<Object,SignatureVerificationResult> ResponseObjectBuilder.handleGetResponse(GetResponse getResponse)
          Check the response of a get request.
 boolean ResponseObjectBuilder.handlePostResponse(PostResponse postResponse)
          Check the response of a post request.
 

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)
           
 boolean ResponseObjectBuilderImpl.handlePostResponse(PostResponse postResponse)
           
 

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.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.
<T> T
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)
           
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.