Outbound

To receive outbound transmission events from the Transaction Server, use the following example XML:

<EVENT>
   <NAME>Settlement Distribution - Outbound Presentment Group</NAME>
   <TYPE>OutPresentmentGroupState</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.OutPresentmentGroupStatesEventHandler
   </EXEC>
   <PARAMETER name="workType">Settle</PARAMETER>
   <PARAMETER name="msgType">outboundPresentmentLoad</PARAMETER>
   <PARAMETER name="presStates1">SENT</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToSettlement</PARAMETERREF>
</EVENT>

<EVENT>
   <NAME>Settlement Distribution - Outbound Presentment Group Rerouted</NAME>
   <TYPE>OutPresentmentGroupState</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.OutPresentmentGroupStatesEventHandler
   </EXEC>
   <PARAMETER name="workType">Settle</PARAMETER>
   <PARAMETER name="msgType">outboundPresentmentUnload</PARAMETER>
   <PARAMETER name="presStates1">REROUTED</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToSettlement</PARAMETERREF>
</EVENT>