Uses of Class
be.ehealth.business.mycarenetdomaincommons.domain.Blob

Packages that use Blob
be.ehealth.business.mycarenetcommons.builders   
be.ehealth.business.mycarenetcommons.builders.impl   
be.ehealth.business.mycarenetcommons.builders.util   
be.ehealth.business.mycarenetcommons.mapper   
be.ehealth.business.mycarenetcommons.mapper.v3   
be.ehealth.business.mycarenetdomaincommons.builders   
be.ehealth.business.mycarenetdomaincommons.builders.impl   
be.ehealth.business.mycarenetdomaincommons.domain.async   
be.ehealth.business.mycarenetdomaincommons.exception   
be.ehealth.business.mycarenetdomaincommons.mapper   
be.ehealth.businessconnector.vsbnetinsurability.builder   
be.ehealth.businessconnector.vsbnetinsurability.builder.impl   
 

Uses of Blob in be.ehealth.business.mycarenetcommons.builders
 

Methods in be.ehealth.business.mycarenetcommons.builders with parameters of type Blob
 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 ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
           
 Blob ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
           
 

Methods in be.ehealth.business.mycarenetcommons.builders.impl with parameters of type 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 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)
           
 

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.mycarenetdomaincommons.domain.Blob.
 

Uses of Blob in be.ehealth.business.mycarenetcommons.mapper.v3
 

Methods in be.ehealth.business.mycarenetcommons.mapper.v3 that return Blob
static Blob BlobMapper.mapBlobfromBlobType(BlobType blob)
          Maps a BlobType instance to its corresponding Blob instance.
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.v3 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.mycarenetdomaincommons.domain.Blob.
static BlobType BlobMapper.mapBlobTypefromBlob(Blob blob)
          Maps a Blob instance to a corresponding BlobType instance.
 

Uses of Blob in be.ehealth.business.mycarenetdomaincommons.builders
 

Methods in be.ehealth.business.mycarenetdomaincommons.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.
 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.
 

Methods in be.ehealth.business.mycarenetdomaincommons.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.
 

Uses of Blob in be.ehealth.business.mycarenetdomaincommons.builders.impl
 

Methods in be.ehealth.business.mycarenetdomaincommons.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 BlobBuilderImpl.build(byte[] input, String encodingType, String id, String contentType, String messageName, String contentEncryption)
          creates Blob with given parameters.
 

Methods in be.ehealth.business.mycarenetdomaincommons.builders.impl with parameters of type Blob
 byte[] BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
          Return the content of the blob.
 

Uses of Blob in be.ehealth.business.mycarenetdomaincommons.domain.async
 

Methods in be.ehealth.business.mycarenetdomaincommons.domain.async that return Blob
 Blob PostContent.getBlob()
           
 

Methods in be.ehealth.business.mycarenetdomaincommons.domain.async with parameters of type Blob
 PostContent.Builder PostContent.Builder.blob(Blob blob)
           
 

Uses of Blob in be.ehealth.business.mycarenetdomaincommons.exception
 

Methods in be.ehealth.business.mycarenetdomaincommons.exception that return Blob
 Blob InvalidBlobContentConnectorException.getBlob()
           
 

Constructors in be.ehealth.business.mycarenetdomaincommons.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.mycarenetdomaincommons.mapper
 

Methods in be.ehealth.business.mycarenetdomaincommons.mapper that return Blob
static Blob DomainBlobMapper.mapToBlob(Blob blob)
           
 

Methods in be.ehealth.business.mycarenetdomaincommons.mapper with parameters of type Blob
static Blob DomainBlobMapper.mapBlobToCinBlob(Blob blob)
          Creates be.cin.types.v1.Blob with a Blob.
 

Uses of Blob in be.ehealth.businessconnector.vsbnetinsurability.builder
 

Methods in be.ehealth.businessconnector.vsbnetinsurability.builder with parameters of type Blob
 GetInsurabilityRequest RequestBuilder.buildGetInsurabilityRequest(CommonInput commonInput, Routing routing, Blob blob)
          builds the request object.
 

Uses of Blob in be.ehealth.businessconnector.vsbnetinsurability.builder.impl
 

Methods in be.ehealth.businessconnector.vsbnetinsurability.builder.impl with parameters of type Blob
 GetInsurabilityRequest RequestBuilderImpl.buildGetInsurabilityRequest(CommonInput commonInput, Routing routing, Blob blob)
           
 




Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.