org.jpos.iso.filter
Class DebugFilter

java.lang.Object
  extended by org.jpos.iso.filter.DebugFilter
All Implemented Interfaces:
ISOFilter, RawIncomingFilter

public class DebugFilter
extends Object
implements RawIncomingFilter


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jpos.iso.ISOFilter
ISOFilter.VetoException
 
Constructor Summary
DebugFilter()
           
 
Method Summary
 ISOMsg filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugFilter

public DebugFilter()
Method Detail

filter

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

filter

public ISOMsg filter(ISOChannel channel,
                     ISOMsg m,
                     LogEvent evt)
              throws ISOFilter.VetoException
Specified by:
filter in interface ISOFilter
Parameters:
channel - current ISOChannel instance
m - ISOMsg to filter
evt - LogEvent
Returns:
an ISOMsg (possibly parameter m)
Throws:
ISOFilter.VetoException


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