A {@link MessageHandler} implementation useful when we want to split inboundand outbound messages in different tables. It uses two {@link MessageHandler}implementations: one for handling outbound messages and the other for handling inbound messages.
A restriction of this handler is that you must provide both inbound and outbound handlers. You cannot leave one of those in null.
@author German Escobar
|
|
|
|
|
|