TransformData Class Properties

In this section, the TransformData class properties are presented in alphabetical order.

Description

This property returns the name of the message at the receiving node as a string.

This property is read-only.

Description

This property returns the name of the message version at the receiving node as a string.

This property is read-only.

Description

This property returns the name of the node receiving the message as a string.

This property is read-only.

Description

Use this property to terminate asynchronous transactions (asynchronous physical transformations only).

Use the following system constant to set this property: %IB_Transform_Rejected.

If this property is set within a transform program for an inbound asynchronous transaction, the result will be that no subscription contract is created. On the Service Operation Monitor Details page for the transaction, an informational message will be part of the error message link indicating that the transaction was terminated.

If this property is set within a transform program for an outbound asynchronous transaction, the publication contract status will be updated to done. The outbound message will not be sent. In addition, on the Service Operation Monitor Details page for the transaction, an informational message will be part of the error message link indicating that the transaction was terminated.

This property is read-write.

Description

This property returns the routing definition name as a string. You can use this property to retrieve the connector’s routing properties.

This property is read-only.

Description

This property returns the name of the message at the sending node as a string.

This property is read-only.

Description

This property returns the name of the message version at the sending node as a string.

This property is read-only.

Description

This property returns the name of the node sending the message as a string.

This property is read-only.

Description

Use this property to communicate the success or failure of the transform program step to Integration Broker. Use the following values to set this property:

Integer Value

System Constant

Description

0 (default)

Indicates success.

1

Indicates that the message failed a filtering step.

2

%IB_Transform_Error

Indicates that an error occurred.

This property is read-write.

Description

This property contains the XML message data.

You can assign this to an XmlDoc object and process the data using the XmlDoc class methods and properties.

This property is read-write.