ResponseOnewayBean
You use the ResponseOnewayBean module to convert an inbound message to an asynchronous message.
If the thread that enters the module is part of a suspended transaction, the transaction is resumed.
You use the module in an async/sync bridge for sender and receiver channels.
You have configured a communication channel and are on the Module tab page in change mode.
● If you are using the module in a sender adapter, it calls a receiver.
● If you are using the module in a receiver adapter, it calls the messaging system.
● The inbound data in the module is application response messages.
● Enter the module name AF_Modules/ResponseOnewayBean.
● The module type is Local Enterprise Bean.
● The default module key is displayed.
Parameter |
Sender Adapter |
Receiver Adapter |
receiverParty |
Specify the receiver party. It is used to determine the receiver channel. If you do not set this parameter, the information is taken from the message header of the message. |
- |
receiverService |
Specify the receiver service. It is used to determine the receiver channel. If you do not set this parameter, the information is taken from the message header of the message. |
- |
receiverChannel |
Specify the receiver channel. If you do not set this parameter, the system searches for the collaboration agreement corresponding to the information from the message header of the message. This information determines the receiver channel. |
- |
adapterType |
Specify the adapter type. It is used to determine the receiver channel. |
- |
adapterNamespace |
Enter the adapter namespace. It is used to determine the receiver channel. |
- |
receiverChannelOnFault |
Specify the receiver channel to be used to send application error messages. |
- |
replaceInterfaceOnFault |
If the message is an application error message, if you enter true the interface name is either replaced by your entries for interfaceOnFault and interfaceNamespaceOnFault or the name of the application error in the application error message. If you enter false, the original interface name is used. |
If the message is an application error message, if you enter true the interface name is either replaced by your entries for interfaceOnFault and interfaceNamespaceOnFault or the name of the application error in the application error message. If you enter false, the original interface name is used. |
interfaceOnFault |
Enter an interface name. This entry is used as the interface name for forwarding an application error message. |
Enter an interface name. This entry is used as the interface name for forwarding an application error message. |
interfaceNamespaceOnFault |
Enter an interface namespace. Your entry is used for forwarding an application error message. |
Enter an interface namespace. Your entry is used for forwarding an application error message. |