jPOS 1.6.1 API Documentation

org.jpos.iso
Interface ISORequestListener

All Known Implementing Classes:
BSHRequestListener, Connector, ISORequestListenerAdaptor

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 2594 2008-01-22 16:41:31Z apr $
Author:
apr@cs.com.uy
See Also:
ISOMUX.setISORequestListener(org.jpos.iso.ISORequestListener)

Method Summary
 boolean process(ISOSource source, ISOMsg m)
           
 

Method Detail

process

boolean process(ISOSource source,
                ISOMsg m)
Parameters:
source - source where you optionally can reply
m - the unmatched request
Returns:
true if request was handled by this listener

jPOS.org