org.jpos.iso
Interface ISORequestListener

All Known Implementing Classes:
BSHRequestListener, Connector, 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$
Author:
apr@cs.com.uy
See Also:
ISOMUX#setISORequestListener

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


Copyright © 1998-2012 jPOS.org. All Rights Reserved.