public interface UploadAttacher
Messages.| Modifier and Type | Method and Description |
|---|---|
void |
attachUpload(File localFile,
String fileName,
org.apache.camel.Message message)
Attach the uploaded file represented by the given
localFile and fileName to the given
message |
void attachUpload(File localFile, String fileName, org.apache.camel.Message message)
localFile and fileName to the given
messagelocalFile - the uploaded file stored locallyfileName - the name of the upload as sent by the clientmessage - the Message to attach the upload toApache Camel