Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilder.validateHash(Blob blob) |
void |
ResponseBuilder.validateXades(SendResponseType responseType,
Blob blob)
Deprecated.
use validateXades(responseType) instead , the blob will be extracted from the responseType
|
Modifier and Type | Method and Description |
---|---|
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob) |
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob,
SignatureVerificationResult result,
Base64Binary xades)
creates the error message for a failed validation.
|
void |
ResponseBuilderImpl.validateHash(Blob blob) |
void |
ResponseBuilderImpl.validateXades(SendResponseType responseType,
Blob blob)
Deprecated.
: see interface , use the method without the second parameter instead
|
Modifier and Type | Method and Description |
---|---|
static void |
RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest,
CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue,
String projectName) |
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName) |
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName,
String platformName) |
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob inValue)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
byte[] furnishedXades,
String projectName)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName,
String platformName) |
Modifier and Type | Method and Description |
---|---|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
|
static Blob |
SendRequestMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
|
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob.
|
Modifier and Type | Method and Description |
---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
|
static Blob |
SendRequestMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
|
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob.
|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
|
Modifier and Type | Method and Description |
---|---|
T |
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
String inputReference,
List<Attribute> attributes,
Blob blob,
String projectIdentifier,
Class<T> clazz) |
static Base64Binary |
RequestObjectBuilder.buildXades(Blob blob,
SendRequestType sendRequestType) |
Modifier and Type | Method and Description |
---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
|
Modifier and Type | Method and Description |
---|---|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
|
Modifier and Type | Method and Description |
---|---|
Blob |
BlobBuilder.build(byte[] input)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
BlobAttributeValues blobAttributes)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String id)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
encodes the given byte array and creates Blob jaxb object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array.
|
Modifier and Type | Method and Description |
---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a
Blob Properties needed : id, contenttype and encoding type |
Blob |
BlobBuilderImpl.build(byte[] input,
BlobAttributeValues blobAttributes) |
Blob |
BlobBuilderImpl.build(byte[] input,
String id)
Build a
Blob Properties needed : contenttype and encoding type. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType)
creates
Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
creates
Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
creates
Blob with given parameters. |
Modifier and Type | Method and Description |
---|---|
byte[] |
BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
Return the content of the blob.
|
Modifier and Type | Method and Description |
---|---|
Blob |
PostContent.getBlob() |
Modifier and Type | Method and Description |
---|---|
PostContent.Builder |
PostContent.Builder.blob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
Blob |
InvalidBlobContentConnectorException.getBlob() |
Constructor and Description |
---|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
byte[] decompressedBlob,
Object... params) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Object... params) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Throwable e,
Object... params) |
Modifier and Type | Method and Description |
---|---|
static Blob |
DomainBlobMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static Blob |
DomainBlobMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a Blob.
|
Modifier and Type | Method and Description |
---|---|
ConsultGlobalMedicalFileRequest |
RequestObjectBuilder.buildSendConsultRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the ConsultGlobalMedicalFileRequest that will be sent to the EHealth Web service and checks validity against the
corresponding XSD
|
NotifyGlobalMedicalFileRequest |
RequestObjectBuilder.buildSendNotifyRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades)
Creates the NotifyGlobalMedicalFileRequest that will be sent to the EHealth web service and checks validity against the corresponding
XSD.
|
Modifier and Type | Method and Description |
---|---|
Blob |
FillSendRequestParameter.getBlob() |
Modifier and Type | Method and Description |
---|---|
ConsultGlobalMedicalFileRequest |
RequestObjectBuilderImpl.buildSendConsultRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades) |
NotifyGlobalMedicalFileRequest |
RequestObjectBuilderImpl.buildSendNotifyRequest(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob,
byte[] xades) |
void |
FillSendRequestParameter.setBlob(Blob blob) |
Constructor and Description |
---|
FillSendRequestParameter(boolean isTest,
String referenceId,
Patient patientInfo,
org.joda.time.DateTime referenceDate,
Blob blob) |
Modifier and Type | Method and Description |
---|---|
static Blob |
RequestObjectMapper.mapBlobfromBlobType(BlobType blob)
Deprecated.
|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
|
Modifier and Type | Method and Description |
---|---|
static BlobType |
RequestObjectMapper.mapBlobTypefromBlob(Blob blob)
Deprecated.
|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
|
Modifier and Type | Method and Description |
---|---|
static Blob |
RequestObjectBuilderHelper.buildBlobWithEncryptedKnownContent(String id,
EncryptedKnownContent encryptedKnownContent,
String encodingType,
String contentType,
String messageName,
String contentEncryption,
String projectIdentifier) |
static Blob |
RequestObjectBuilderHelper.buildBlobWithRequestEncrypted(String id,
SendTransactionRequest request,
String encodingType,
String contentType,
String messageName,
String projectIdentifier) |
Modifier and Type | Method and Description |
---|---|
static <T> SendRequestType |
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
InputReference references,
Blob blob,
String projectIdentifier,
Class<T> clazz) |
static CancelAttestationRequest |
RequestObjectBuilderHelper.buildSendRequestTypeWithXades(boolean isTest,
InputReference references,
Blob blob) |
static Base64Binary |
RequestObjectBuilderHelper.buildXades(Blob blob,
SendRequestType sendRequestType) |
Modifier and Type | Method and Description |
---|---|
RegisterToMycarenetServiceRequest |
RequestBuilder.buildRegisterToMycarenetRequest(CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue)
builds the request object.
|
Modifier and Type | Method and Description |
---|---|
RegisterToMycarenetServiceRequest |
RequestBuilderImpl.buildRegisterToMycarenetRequest(CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue) |
Modifier and Type | Method and Description |
---|---|
TarificationConsultationRequest |
RequestBuilder.buildConsultationRequest(CommonInput commonInput,
Routing routing,
Blob blob)
builds the request object.
|
Modifier and Type | Method and Description |
---|---|
TarificationConsultationRequest |
RequestBuilderImpl.buildConsultationRequest(CommonInput commonInput,
Routing routing,
Blob blob) |
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.