EasyManua.ls Logo

IBM BJ0NJML - Service And Asset Management - Enterprise Service Response Processing; User Exit Object Processing

IBM BJ0NJML - Service And Asset Management
330 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Synchronous Inbound Integration Processing
Inbound Integration Processing 39
User Exit Object Processing
Summary The integration framework applies any final custom logic to the object.
T
IP To see if object processing customization exists, go to the Enterprise Service tab in
the Enterprise Services application. If the Enterprise Service Configuration table
window shows a user exit class, check that class file for an object processing
method.
The same processing class contains the enterprise service user exit preprocessing,
enterprise service user exit postprocessing, and user exit object processing
methods.
Output The following table shows the possible user exit object processing outcomes.
Object Processing
Summary The objects are passed to the system and standard system processing is applied.
The integration framework treats a single message from the inbound queue as a
single system transaction. All objects that a message creates must be successfully
processed before the database commit transaction can occur. An error in any one
of the multiple object structures causes the entire transaction to fail.
Enterprise Service Response Processing
A synchronous enterprise service provides a response to the invoking application.
The service indicates whether the message was processed successfully. For the
query and create operations, XML content is returned to the invoking application.
The object structure class stops the
record.
None; processing ends and an error is
sent to the caller.
The predefined enterprise services do
not implement the stop action; object
structure processing exceptions stop
processing.
The object structure processing
completes successfully.
The updated object.
Condition Output
Condition Output
No user exit processing. The object, unchanged.
The user exit class skips the record. None; processing ends.
If there are multiple records in one
XML file, the class skips the current
record and processes the next record.
The user exit class stops the record. None; processing ends and an error is
sent to the caller.
The user exit class completes
successfully.
The object, possibly updated.

Table of Contents

Related product manuals