The transport policy

The transport policy object helps control the sending process, the serialization and marshalling steps on the sender and the deserialization and marshalling on the receiver.

Properties for the sending process

overwrite

Since: 1.5.1

overwriteIfNewer

correlationId

receiveTimeout

Properties for serialization and marshalling on the sender

excludePropertyNames

When sending entities not all the properties available on the sender should be sent to the receiver. This property helps control which properties should be excluded from the serialization process on the sender.

To set multiple properties for exclusion add them separated by a coma (,).

excludeRelationshipNames

When sending entities not all the relationships available on the sender should be sent to the receiver. This property helps control which relationships should be excluded from the serialization process on the sender.

This only applies to relationships for which the entity is on the Many or Child part of the relationship.

To set multiple relationships for exclusion add them separated by a coma (,).

Properties for deserialization and unmarshalling on the receiver

ignoreMissingProperties

ignoreMissingChildrenRelationships