Object Structure Identification; Object Creation; Object Structure Processing Class - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

Synchronous Inbound Integration Processing

Object Structure Identification

Summary

Object Creation

Summary
Output

Object Structure Processing Class

Summary
Output
42
Access to the Home and Remote class files
Access to the J2EE jar files for the server
The URL of the server that hosts the Enterprise JavaBean
The context factory class name
The client code must instantiate the default IntialContext object. The context
derives the provider URL and the context factory from the environment.
The integration framework identifies the object structure that are associated with
the service and creates a copy of the message.
The following activities identify the object structure that are associated with the
message:
1
The object structure definition identifies the operations to which the object
structure is mapped.
2
The integration framework identifies the object structure name and operation
from the root element in the inbound XML transaction.
The integration framework inbound integration can process numbers that are
represented in standard or scientific notation.
The integration framework builds the objects by using the information in the
object structure.
The output of this activity is the objects.
The integration framework applies any predefined logic to the object structure.
The following table shows the possible object structure processing outcomes.
Condition
No object structure processing exists.
The object structure class skips the
record.
The object structure class stops the
record.
The object structure processing
completes successfully.
Output
The object, unchanged.
None; processing ends.
If there are multiple records in one
XML file, the class skips the current
record and processes the next record.
None; processing ends and an error is
sent to the caller.
The object, possibly updated.
Integration Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents