pfx-api:internalcopy

 

Properties

Option

Type

Default

Description

Option

Type

Default

Description

outputTarget

string

 

Defines output target for data in the exchange. It can be stored in the header, property or body.

outputTargetName

 

 

Defines output target name for the target type header and property. Put here the name of exchange header and name of exchange property.

label

string

 

Defines typedId of the Pricefx entity. Required.

connection

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