Class AtmosFileUploadResult


  • public class AtmosFileUploadResult
    extends AtmosResult
    • Constructor Detail

      • AtmosFileUploadResult

        public AtmosFileUploadResult()
    • Method Detail

      • populateExchange

        public void populateExchange​(org.apache.camel.Exchange exchange)
        Object payload contained in Exchange In case of a single file Exchange Header is populated with the name of the remote path uploaded In case of a multiple files Exchange Header is populated with the name of the remote paths uploaded In case of a single file Exchange Body is populated with the result code of the upload operation for the remote path. In case of multiple files Exchange Body is populated with a map containing as key the remote path uploaded and as value the result code of the upload operation
        Specified by:
        populateExchange in class AtmosResult
        Parameters:
        exchange -