public interface RawIncomingFilter extends ISOFilter
ISOFilter.VetoException
Modifier and Type | Method and Description |
---|---|
ISOMsg |
filter(ISOChannel channel,
ISOMsg m,
byte[] header,
byte[] image,
LogEvent evt) |
ISOMsg filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt) throws ISOFilter.VetoException
channel
- current ISOChannel instancem
- ISOMsg to filterheader
- optional headerimage
- raw imageevt
- LogEventVetoException
ISOFilter.VetoException