Uses of Class
be.fgov.ehealth.commons.protocol.v2.ResponseType

Packages that use ResponseType
be.ehealth.technicalconnector.exception   
be.fgov.ehealth.certra.protocol.v2   
be.fgov.ehealth.commons.protocol.v2   
be.fgov.ehealth.etkra.protocol.v2   
be.fgov.ehealth.idsupport.protocol.v2   
be.fgov.ehealth.technicalconnector.ra.utils   
 

Uses of ResponseType in be.ehealth.technicalconnector.exception
 

Methods in be.ehealth.technicalconnector.exception that return ResponseType
 ResponseType SoaErrorException.getResponseTypeV2()
           
 

Constructors in be.ehealth.technicalconnector.exception with parameters of type ResponseType
SoaErrorException(String errorCode, ResponseType responseType)
           
 

Uses of ResponseType in be.fgov.ehealth.certra.protocol.v2
 

Subclasses of ResponseType in be.fgov.ehealth.certra.protocol.v2
 class GenerateCertificateResponse
          Result of the generateCertificate operation: the web service returns the identifier associated with your request so that you know how to identify your request in the future, together with an indication of the validation status.
 class GenerateContractResponse
          Contains the personalized eHealth contract that can be used as input for the generateCertificate operation.
 class GenerateRevocationContractResponse
          Response containing the revocation contract in XML format.
 class GetActorQualitiesResponse
          The response of the getActorQualities operation: It will contain whether or not they are authorized to request eHealth certificates for their own natural person or the organizations for which they can manage eHealth certificates.
 class GetCertificateInfoForAuthenticationCertificateResponse
          Contains information about the eHealth authentication certificate and encryption token that the user requested in their request.
 class GetCertificateInfoForCitizenResponse
          Contains information about all the eHealth certificates and encryption tokens that this person can view and manage.
 class GetCertificateResponse
          This response will contain the certificate signed by the Certificate Authority, together with the entire chain of intermediate Certificate Authorities up to (but excluding) the root CA itself.
 class GetExistingApplicationIdsResponse
          The list of Application Id's of all currently active certificates associated with the organization specified in the request.
 class GetGenericOrganizationTypesResponse
          The list of all organization types that are accepted by the web service.
 class RevokeResponse
          The certificate and Encryption token are successfully revoked if this response contains no error message in the status of the response.
 class SubmitCSRForForeignerResponse
          This response contains a validation URL that the foreigner user must visit in order to validate their request, this validation must take place before the expiration date mentioned in the response.
 

Uses of ResponseType in be.fgov.ehealth.commons.protocol.v2
 

Subclasses of ResponseType in be.fgov.ehealth.commons.protocol.v2
 class PaginationResponseType
          eHealth SOA Response Type for Services that require a Pagination as input.
 class PaginationStatusResponseType
          eHealth SOA Response Type for Services that require a Pagination as input and a Status as output.
 class StatusResponseType
          eHealth SOA Response Type for Services that require a Status as output.
 

Methods in be.fgov.ehealth.commons.protocol.v2 that return ResponseType
 ResponseType ObjectFactory.createResponseType()
          Create an instance of ResponseType
 

Uses of ResponseType in be.fgov.ehealth.etkra.protocol.v2
 

Subclasses of ResponseType in be.fgov.ehealth.etkra.protocol.v2
 class ActivateETKResponse
          The ETK is successfully activated if this response contains no errors in its status.
 class CompleteETKRegistrationResponse
          If the ToBeRegistered X509 certificate was correctly generated then the response will contain the Encryption Token that the web service generated based on the encryption certificate.
 class StartETKRegistrationResponse
          The response contains a "challenge" that must be decrypted by the user.
 

Uses of ResponseType in be.fgov.ehealth.idsupport.protocol.v2
 

Subclasses of ResponseType in be.fgov.ehealth.idsupport.protocol.v2
 class VerifyIdResponse
          Structure of response message to verify the combination of person SSIN and its support card number
 

Uses of ResponseType in be.fgov.ehealth.technicalconnector.ra.utils
 

Methods in be.fgov.ehealth.technicalconnector.ra.utils with type parameters of type ResponseType
static
<T extends ResponseType>
Result<T>
RaUtils.invokeCertRa(String payload, String soapAction, Class<T> clazz)
           
 




Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.