--
--
jPOS is licensed under AGPL - free for community usage for your open-source project. Licenses are also available for commercial usage.
Please support jPOS, contact: sa...@jpos.org
You received this message because you are subscribed to the "jPOS Users" group.
Please see http://jpos.org/wiki/JPOS_Mailing_List_Readme_first
To post to this group, send email to jpos-...@googlegroups.com
To unsubscribe, send email to jpos-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jpos-users
--
Good idea Andres, as always!
In addition to the channel, you could use the packager associated with the ISOMsg. If the packager is Configurable, a special ProtectedLogListener implementation could pick the fields to protect and those to wipe from the m.getPackager().getConfiguration() instead of its own Configuration.
The Configurable interface doesn't give you access to the configuration object, but you can extend say GenericPackager and add a Configuration getConfiguration() method.