handleSWIFTNetServerFASnFEvent and handleSWIFTNet7FileActEvent Business Processes
The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process is used by the SWIFTNet Server. It is a system business process called by the SWIFTNet Server Adapter or SWIFTNet7 Adapter that preprocesses the incoming FileAct Event with a COMPLETED status, searches the SWIFTNet routing rule table and bootstraps the business process for processing.
When a message is received, the message is parsed and then the routing rule will be evaluated.
- If Action = Store to Mailbox, the Routing Rule calls the Add Mailbox service. If the mailbox does not exist, it will be automatically created.
- If Action = Store to File System, the Routing Rule calls the File System Adapter. If the directory does not exist, it will be automatically created.
- If Action = Invoke BP, the specified business process is invoked.
Note: These business processes are used for FileAct
processing only.
The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process is initiated as part of the following inbound process flow:
- The SWIFTNet Server Adapter or SWIFTNet7 Adapter invokes the handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process and passes it all the necessary parameters to send a request.
- The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process preprocesses the incoming FileAct event.
- The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process searches the SWIFTNet Routing Rule table.
- Then the business process bootstraps the appropriate business process for processing.