public class DestinationProcessor extends Object implements org.apache.camel.Processor
| Modifier and Type | Field and Description |
|---|---|
Pattern |
sftpPattern |
| Constructor and Description |
|---|
DestinationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.apache.camel.Exchange exchange)
This method expects a header named reconcileDestination
Depending on the reconcile destination necessary headers are set.
|
List<String> |
splitDestinations(String reconcileDestinations)
Splits a reconcileDestinations string into a list
|
List<String> |
splitFormats(String reconcileFormats) |
public Pattern sftpPattern
public List<String> splitDestinations(@Header(value="reconcileDestinations") String reconcileDestinations)
reconcileDestinations - public List<String> splitFormats(@Header(value="reconcileFormats") String reconcileFormats)
Copyright © 2017–2020 Notima System Integration AB. All rights reserved.