Merge remote-tracking branch 'origin/BAEL-6916' into BAEL-6916
This commit is contained in:
commit
3fdc7e00a1
|
@ -10,6 +10,7 @@ import org.springframework.stereotype.Component;
|
|||
@Component
|
||||
public class FileProcessor implements Processor {
|
||||
|
||||
@Override
|
||||
public void process(Exchange exchange) throws Exception {
|
||||
String originalFileName = (String) exchange.getIn().getHeader(Exchange.FILE_NAME, String.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue