public class DebugFilter extends java.lang.Object implements RawIncomingFilter
ISOFilter.VetoException
Constructor and Description |
---|
DebugFilter() |
Modifier and Type | Method and Description |
---|---|
ISOMsg |
filter(ISOChannel channel,
ISOMsg m,
byte[] header,
byte[] image,
LogEvent evt) |
ISOMsg |
filter(ISOChannel channel,
ISOMsg m,
LogEvent evt) |
public ISOMsg filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt) throws ISOFilter.VetoException
filter
in interface RawIncomingFilter
channel
- current ISOChannel instancem
- ISOMsg to filterheader
- optional headerimage
- raw imageevt
- LogEventISOFilter.VetoException
public ISOMsg filter(ISOChannel channel, ISOMsg m, LogEvent evt) throws ISOFilter.VetoException
filter
in interface ISOFilter
channel
- current ISOChannel instancem
- ISOMsg to filterevt
- LogEventISOFilter.VetoException