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

Packages that use StatusResponseType
be.ehealth.business.common.exception   
be.ehealth.business.common.helper   
be.ehealth.businessconnector.consultrnv2.service.impl.support   
be.ehealth.businessconnector.dicsv4.exception   
be.ehealth.businessconnector.dicsv4.validator   
be.ehealth.businessconnector.dicsv4.validator.impl   
be.ehealth.technicalconnector.validator   
be.ehealth.technicalconnector.validator.impl   
be.fgov.ehealth.addressbook.protocol.v1   
be.fgov.ehealth.certra.protocol.v2   
be.fgov.ehealth.commons.protocol.v2   
be.fgov.ehealth.consultrn.ssinhistory.protocol.v1   
be.fgov.ehealth.dics.protocol.v3   
be.fgov.ehealth.dics.protocol.v4   
be.fgov.ehealth.etkra.protocol.v2   
be.fgov.ehealth.idsupport.protocol.v2   
be.fgov.ehealth.rn.cbsspersonservice.protocol.v1   
be.fgov.ehealth.rn.personservice.protocol.v1   
be.fgov.ehealth.technicalconnector.ra.domain   
be.fgov.ehealth.technicalconnector.ra.exceptions   
be.fgov.ehealth.technicalconnector.ra.utils   
 

Uses of StatusResponseType in be.ehealth.business.common.exception
 

Methods in be.ehealth.business.common.exception that return StatusResponseType
 StatusResponseType EhealthServiceV2Exception.getResponse()
           
 

Constructors in be.ehealth.business.common.exception with parameters of type StatusResponseType
EhealthServiceV2Exception(StatusResponseType statusResponse)
           
 

Uses of StatusResponseType in be.ehealth.business.common.helper
 

Methods in be.ehealth.business.common.helper with type parameters of type StatusResponseType
static
<T extends StatusResponseType>
T
EhealthServiceHelper.callEhealthServiceV2(SAMLToken token, GenericRequest service, Object request, Class<T> clazz, SessionValidator sessionValidator, EhealthReplyValidator ehealthReplyValidator)
           
 

Uses of StatusResponseType in be.ehealth.businessconnector.consultrnv2.service.impl.support
 

Methods in be.ehealth.businessconnector.consultrnv2.service.impl.support with type parameters of type StatusResponseType
<T extends StatusResponseType>
T
ConsultrnService.doOperation(GenericRequest service, SAMLToken token, Object request, String soapAction, Class<T> clazz)
           
 

Uses of StatusResponseType in be.ehealth.businessconnector.dicsv4.exception
 

Constructors in be.ehealth.businessconnector.dicsv4.exception with parameters of type StatusResponseType
AbstractDicsException(StatusResponseType response)
           
DicsDataNotFoundException(StatusResponseType response)
           
DicsException(StatusResponseType response)
           
 

Uses of StatusResponseType in be.ehealth.businessconnector.dicsv4.validator
 

Methods in be.ehealth.businessconnector.dicsv4.validator with parameters of type StatusResponseType
 void DicsValidator.validateResponse(StatusResponseType response)
           
 

Uses of StatusResponseType in be.ehealth.businessconnector.dicsv4.validator.impl
 

Methods in be.ehealth.businessconnector.dicsv4.validator.impl with parameters of type StatusResponseType
 void DicsValidatorImpl.validateResponse(StatusResponseType response)
           
 

Uses of StatusResponseType in be.ehealth.technicalconnector.validator
 

Methods in be.ehealth.technicalconnector.validator with parameters of type StatusResponseType
 boolean EhealthReplyValidator.validateReplyStatus(StatusResponseType response)
          Validate reply status.
 

Uses of StatusResponseType in be.ehealth.technicalconnector.validator.impl
 

Methods in be.ehealth.technicalconnector.validator.impl with parameters of type StatusResponseType
 boolean EhealthReplyValidatorImpl.validateReplyStatus(StatusResponseType response)
           
 

Uses of StatusResponseType in be.fgov.ehealth.addressbook.protocol.v1
 

Subclasses of StatusResponseType in be.fgov.ehealth.addressbook.protocol.v1
 class GetOrganizationContactInfoResponse
          Return healthcare organization contact data
 class GetProfessionalContactInfoResponse
          Return healthcare professional contact data
 class SearchOrganizationsResponse
          Return all healthcare organizations that macth to a given set of criteria
 class SearchProfessionalsResponse
          Return all healthcare professionals that macth to a given set of criteria
 

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

Subclasses of StatusResponseType 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 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 StatusResponseType in be.fgov.ehealth.commons.protocol.v2
 

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

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

Uses of StatusResponseType in be.fgov.ehealth.consultrn.ssinhistory.protocol.v1
 

Subclasses of StatusResponseType in be.fgov.ehealth.consultrn.ssinhistory.protocol.v1
 class ConsultCurrentSsinResponse
           
 class ConsultCurrentSsinResponseType
          Response type for full ssin history for a single ssin
 class ConsultRelatedSsinsResponse
          Response type for full ssin history for a single ssin
 

Uses of StatusResponseType in be.fgov.ehealth.dics.protocol.v3
 

Subclasses of StatusResponseType in be.fgov.ehealth.dics.protocol.v3
 class FindAmpResponse
          Java class for FindAmpResponseType complex type.
 class FindCommentedClassificationResponse
          Java class for FindCommentedClassificationResponseType complex type.
 class FindCompanyResponse
          Java class for FindCompanyResponseType complex type.
 class FindCompoundingFormulaResponse
          Java class for FindCompoundingFormulaResponseType complex type.
 class FindCompoundingIngredientResponse
          Java class for FindCompoundingIngredientResponseType complex type.
 class FindLegislationTextResponse
          Java class for FindLegislationTextResponseType complex type.
 class FindReferencesResponse
          Java class for FindReferencesResponseType complex type.
 class FindReimbursementResponse
          Java class for FindReimbursementResponseType complex type.
 class FindVmpGroupResponse
          Java class for FindVmpGroupResponseType complex type.
 class FindVmpResponse
          Java class for FindVmpResponseType complex type.
 class FindVtmResponse
          Java class for FindVtmResponseType complex type.
 

Uses of StatusResponseType in be.fgov.ehealth.dics.protocol.v4
 

Subclasses of StatusResponseType in be.fgov.ehealth.dics.protocol.v4
 class FindAmppResponse
          Java class for FindAmppResponseType complex type.
 class FindNonMedicinalProductResponse
          Java class for FindNonMedicinalProductResponseType complex type.
 class GetListOfActualMedicinalProductPackagesResponse
          Java class for GetListOfActualMedicinalProductPackagesResponseType complex type.
 class GetListOfActualMedicinalProductsResponse
          Java class for GetListOfActualMedicinalProductsResponseType complex type.
 class GetListOfVirtualMedicinalProductsResponse
          Java class for GetListOfVirtualMedicinalProductsResponseType complex type.
 class GetListOfVmpGroupsResponse
          Java class for GetListOfVmpGroupsResponseType complex type.
 class ListConsultationResponseType
          Java class for ListConsultationResponseType complex type.
 

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

Subclasses of StatusResponseType 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 StatusResponseType in be.fgov.ehealth.idsupport.protocol.v2
 

Subclasses of StatusResponseType 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 StatusResponseType in be.fgov.ehealth.rn.cbsspersonservice.protocol.v1
 

Subclasses of StatusResponseType in be.fgov.ehealth.rn.cbsspersonservice.protocol.v1
 class RegisterPersonResponse
          Type defining the structure of the response being sent to the consumer after the registration of the person took place
 

Uses of StatusResponseType in be.fgov.ehealth.rn.personservice.protocol.v1
 

Subclasses of StatusResponseType in be.fgov.ehealth.rn.personservice.protocol.v1
 class SearchPersonBySsinResponse
          SearchPersonBySsin response type
 class SearchPersonPhoneticallyResponse
          SearchPersonPhonetically response type
 

Uses of StatusResponseType in be.fgov.ehealth.technicalconnector.ra.domain
 

Constructors in be.fgov.ehealth.technicalconnector.ra.domain with parameters of type StatusResponseType
Result(String msg, StatusResponseType errorStatus)
           
Result(T result, StatusResponseType statusResponseType)
           
 

Uses of StatusResponseType in be.fgov.ehealth.technicalconnector.ra.exceptions
 

Methods in be.fgov.ehealth.technicalconnector.ra.exceptions that return StatusResponseType
 StatusResponseType RaException.getStatusResponse()
           
 

Constructors in be.fgov.ehealth.technicalconnector.ra.exceptions with parameters of type StatusResponseType
RaException(String msg, Throwable cause, StatusResponseType statusResponseType)
           
 

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

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

Methods in be.fgov.ehealth.technicalconnector.ra.utils with parameters of type StatusResponseType
static List<String> RaUtils.getErrorCodes(StatusResponseType statusResponseType)
           
 




Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.