Class DataHandlerToByteArrayConverter

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

public class DataHandlerToByteArrayConverter extends Object implements Converter<javax.activation.DataHandler,byte[]>
Author:
Stefan Ivanov
  • Constructor Details

    • DataHandlerToByteArrayConverter

      public DataHandlerToByteArrayConverter()
  • Method Details

    • convert

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