jPOS 1.6.1 API Documentation

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

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

jPOS.org