Package org.jpos.util

Examples of org.jpos.util.Dumpable


    public ISOMsg filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
            throws VetoException
    {
        if (evt != null) {
            if (header != null)
                evt.addMessage (new Dumpable("header", header));
            if (image != null)
                evt.addMessage (new Dumpable ("image", image));
        }
        return m;
    }
View Full Code Here

TOP

Related Classes of org.jpos.util.Dumpable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.