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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jpos.iso.ISOFilter
ISOFilter.VetoException
 
Method Summary
 ISOMsg filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 
Methods inherited from interface org.jpos.iso.ISOFilter
filter
 

Method Detail

filter

ISOMsg filter(ISOChannel channel,
              ISOMsg m,
              byte[] header,
              byte[] image,
              LogEvent evt)
              throws ISOFilter.VetoException
Parameters:
channel - current ISOChannel instance
m - ISOMsg to filter
header - optional header
image - raw image
evt - LogEvent
Returns:
an ISOMsg (possibly parameter m)
Throws:
VetoException
ISOFilter.VetoException


Copyright © 1998-2012 jPOS.org. All Rights Reserved.