pfx-api:internalcopy
Â
Properties
Option | Type | Default | Description |
---|---|---|---|
| string | Â | Defines output target for data in the exchange. It can be stored in the header, property or body. |
| Â | Â | Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property. |
| string | Â | Defines |
| connection | Â | Defines connection to Pricefx. This is an optional parameter and if it is not mentioned, the connection is taken from the Spring bean named pricefx. |
The method takes the exchange body as data.
Examples
<route id="publicProductRoute-process">
<from uri="{{productMasterData-fromUri}}"/>
<log message="Triggering DS Internal Copy for DS.Product!"/>
<to uri="pfx-api:internalCopy?label=Product"/>
<log message="Triggered DS Internal Copy for DS.Product!"/>
</route>
<routes xmlns="http://camel.apache.org/schema/spring">
<route>
<from uri="direct:start"/>
<to uri="pfx-api:internalCopy?label=Customer"/>
<to uri="mock:end"/>
</route>
</routes>
IntegrationManager version 5.8.0