org.jpos.iso.filter
Class DebugFilter
java.lang.Object
org.jpos.iso.filter.DebugFilter
- All Implemented Interfaces:
- ISOFilter, RawIncomingFilter
public class DebugFilter
- extends Object
- implements RawIncomingFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugFilter
public DebugFilter()
filter
public ISOMsg filter(ISOChannel channel,
ISOMsg m,
byte[] header,
byte[] image,
LogEvent evt)
throws ISOFilter.VetoException
- Specified by:
filter in interface RawIncomingFilter
- Parameters:
channel - current ISOChannel instancem - ISOMsg to filterheader - optional headerimage - raw imageevt - LogEvent
- Returns:
- an ISOMsg (possibly parameter m)
- Throws:
ISOFilter.VetoException
filter
public ISOMsg filter(ISOChannel channel,
ISOMsg m,
LogEvent evt)
throws ISOFilter.VetoException
- Specified by:
filter in interface ISOFilter
- Parameters:
channel - current ISOChannel instancem - ISOMsg to filterevt - LogEvent
- Returns:
- an ISOMsg (possibly parameter m)
- Throws:
ISOFilter.VetoException
Copyright © 1998-2012 jPOS.org. All Rights Reserved.