Class ByteArrayToDataHandlerConverter

java.lang.Object
org.openehealth.ipf.platform.camel.ihe.continua.hrn.converters.ByteArrayToDataHandlerConverter
All Implemented Interfaces:
Converter<byte[],javax.activation.DataHandler>

public class ByteArrayToDataHandlerConverter extends Object implements Converter<byte[],javax.activation.DataHandler>
Author:
Dmytro Rud
  • Constructor Details

    • ByteArrayToDataHandlerConverter

      public ByteArrayToDataHandlerConverter()
  • Method Details

    • convert

      public javax.activation.DataHandler convert(byte[] source)
      Specified by:
      convert in interface Converter<byte[],javax.activation.DataHandler>