org.jpos.iso
Interface RawIncomingFilter
- All Superinterfaces:
- ISOFilter
public interface RawIncomingFilter
- extends ISOFilter
Receives the header and binary image of an incoming message
(suitable for MAC validation)
- Version:
- $Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
- Author:
- Alejandro Revilla
filter
ISOMsg filter(ISOChannel channel,
ISOMsg m,
byte[] header,
byte[] image,
LogEvent evt)
throws ISOFilter.VetoException
- Parameters:
channel - current ISOChannel instancem - ISOMsg to filterheader - optional headerimage - raw imageevt - LogEvent
- Returns:
- an ISOMsg (possibly parameter m)
- Throws:
VetoException
ISOFilter.VetoException