org.jpos.iso
Interface RawIncomingFilter
- All Superinterfaces:
- ISOFilter
- All Known Implementing Classes:
- BSHFilter, DebugFilter
public interface RawIncomingFilter
- extends ISOFilter
Receives the header and binary image of an incoming message
(suitable for MAC validation)
- Version:
- $Revision$ $Date$
- 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
Copyright © 1998-2012 jPOS.org. All Rights Reserved.