Inbound Customization
228
Integration Guide
Object Structure and Object Processing Rules
For information about the processing rules engine, see Chapter 15, "Integration
Framework Customization with Processing Rules," on page 199.
Business Object User Exit Processing
The Java user exits provide an exit point that runs before the objects that are
created from the object structure XML are saved in the system. This object user
exit is called after the system processing and can run against the objects that are
created in the system by using the following method:
public void setUserMboIn(MboRemote mbo)
The object parameter is a reference to a primary object in the object
structure.
This method is called once for the primary object. For an XML transaction
with multiple nouns, the object exit is called once for each noun.
The method can perform the noted processes:
T Validate data
T Stop the transaction from being saved in the system by throwing a
system exception
In this case, the transaction remains in the queue and is retried.
T Log the transaction
You identify the interface user exit class on the Enterprise Service tab in the
Enterprise Services application.