|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Blob in be.ehealth.business.mycarenetcommons.builders |
---|
Methods in be.ehealth.business.mycarenetcommons.builders that return Blob | |
---|---|
Blob |
BlobBuilder.build(byte[] input)
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. |
Methods in be.ehealth.business.mycarenetcommons.builders with parameters of type Blob | |
---|---|
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array. |
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 |
Uses of Blob in be.ehealth.business.mycarenetcommons.builders.impl |
---|
Methods in be.ehealth.business.mycarenetcommons.builders.impl that return Blob | |
---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a Blob Properties needed : id, contenttype and encoding type |
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 |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
|
Methods in be.ehealth.business.mycarenetcommons.builders.impl with parameters of type Blob | |
---|---|
byte[] |
BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
Return the content of the blob. |
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 |
Uses of Blob in be.ehealth.business.mycarenetcommons.builders.util |
---|
Methods in be.ehealth.business.mycarenetcommons.builders.util with parameters of type Blob | |
---|---|
static void |
RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest,
CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue,
String projectName)
|
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. |
Uses of Blob in be.ehealth.business.mycarenetcommons.exception |
---|
Methods in be.ehealth.business.mycarenetcommons.exception that return Blob | |
---|---|
Blob |
InvalidBlobContentConnectorException.getBlob()
|
Constructors in be.ehealth.business.mycarenetcommons.exception with parameters of type Blob | |
---|---|
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)
|
Uses of Blob in be.ehealth.business.mycarenetcommons.mapper |
---|
Methods in be.ehealth.business.mycarenetcommons.mapper that return Blob | |
---|---|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
Map a BlobType to a Blob |
static Blob |
SendRequestMapper.mapToBlob(Blob blob)
|
Methods in be.ehealth.business.mycarenetcommons.mapper with parameters of type Blob | |
---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
Map a Blob to a BlobType |
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetcommons.domain.Blob. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |