Uses of Class
be.ehealth.business.mycarenetcommons.exception.InvalidBlobContentConnectorException

Packages that use InvalidBlobContentConnectorException
be.ehealth.business.mycarenetcommons.builders   
be.ehealth.business.mycarenetcommons.builders.impl   
 

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

Methods in be.ehealth.business.mycarenetcommons.builders that throw InvalidBlobContentConnectorException
 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.
 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)
          validates the xades in the response type.
 void ResponseBuilder.validateXades(SendResponseType responseType, Blob blob)
          Deprecated. use validateXades(responseType) instead , the blob will be extracted from the responseType
 

Uses of InvalidBlobContentConnectorException in be.ehealth.business.mycarenetcommons.builders.impl
 

Methods in be.ehealth.business.mycarenetcommons.builders.impl that throw InvalidBlobContentConnectorException
 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.
static byte[] BuilderUtils.checkAndDecompress(byte[] content, String contentEncoding, byte[] blobHashValue, boolean hashTagRequired)
           
 byte[] BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
          Return the content of the blob.
static void BuilderUtils.checkHash(byte[] blobHashValue, byte[] decompressedBlob)
           
 void ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob, SignatureVerificationResult result, Base64Binary xades)
          creates the error message for a failed validation.
 




Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.