Inbound processing of object structures

The processing of inbound messages by the integration framework supports the use of automation scripts on the object structure to support custom logic. This use of automation scripts allows customization for any inbound integration message that uses an object structure and for customization of processing Migration Manager data.

For integration processing, a script that is implemented on the object structure applies to messages from the following sources:

The object structure supports a Java™ processing class or an automation script. You can use a Java processing class, an automation script, or both on the same object structure. The processing supports functions that are in either the class file or the automation script.

A context (ctx) is passed between the processing class of the inbound object structure and the automation script, which implements the custom code. The context is supported bidirectionally. Predefined APIs are available for the context. The script framework provides a built-in Java class that prepares a context.

All of the following code examples and fragments use JavaScript. You can implement the logic at the following points in the processing:

In the Automation Scripts application, you can create a script for integration to include in the object structure processing.



Feedback