public class XSLTFilter extends java.lang.Object implements ISOFilter, Configurable
ISOFilter.VetoException
Constructor and Description |
---|
XSLTFilter()
Default noargs constructor
|
XSLTFilter(java.lang.String xsltfile,
boolean reread) |
Modifier and Type | Method and Description |
---|---|
ISOMsg |
filter(ISOChannel channel,
ISOMsg m,
LogEvent evt) |
void |
setConfiguration(Configuration cfg)
configure filter.
|
public XSLTFilter() throws ISOException
ISOException
public XSLTFilter(java.lang.String xsltfile, boolean reread) throws ISOException
xsltfile
- XSL Transformation filereread
- true if you want XSLT file re-read from diskISOException
public void setConfiguration(Configuration cfg) throws ConfigurationException
setConfiguration
in interface Configurable
cfg
- new ConfigurationFileConfigurationException
public ISOMsg filter(ISOChannel channel, ISOMsg m, LogEvent evt) throws ISOFilter.VetoException
filter
in interface ISOFilter
channel
- current ISOChannel instancem
- ISOMsg to filterevt
- LogEventVetoException
ISOFilter.VetoException