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 Summary
Constructors
-
Method Summary
byte[]
convert(javax.activation.DataHandler source)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
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[]>