org.jpos.iso
Interface ISORequestListener
- All Known Implementing Classes:
- BSHRequestListener, Connector, ISORequestListenerAdaptor, QServer
public interface ISORequestListener
It is possible to ask ISOMUX to forward all unmatched
messages received through its associated ISOChannel
to be processed by an ISORequestListener.
- Version:
- $Id: ISORequestListener.java 2854 2010-01-02 10:34:31Z apr $
- Author:
- apr@cs.com.uy
- See Also:
ISOMUX.setISORequestListener(org.jpos.iso.ISORequestListener)
process
boolean process(ISOSource source,
ISOMsg m)
- Parameters:
source - source where you optionally can replym - the unmatched request
- Returns:
- true if request was handled by this listener