Class | Description |
---|---|
BaseExit |
Process external system exit for Out Interfaces
|
ExitProcessor |
Process exits for Inbound and Outbound processes
For OUTBOUND:
set mbos on struc always (even if null due to retain mbo flag)
create stru only if rule/exits exists, then set list of mbo, then call break data
outgoing mechanisms are - invoke, publish (export), query-resp, create-resp
for export (multinoun array) exits gets called only once for entire xml; user would need to know
the index in the array is specific mbo is needed
incoming mechanisms - create, upd, del, sync (import), query, invoke-resp
For INBOUND:
Rules are not part this exit processor here.
|
ExternalExit |
Process external system exit for Out Interfaces
|
UserExit |
Process user exit for All Interfaces
|