public class XsltProviderListener extends Object implements IConfigurable, AutoCloseable
Constructor and Description |
---|
XsltProviderListener() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
configure() |
String |
getResult() |
void |
processRequest(String message,
Map parameters) |
void |
setFilename(String filename) |
void |
setFromClasspath(boolean fromClasspath) |
void |
setNamespaceAware(boolean namespaceAware)
Set namespace aware.
|
void |
setXslt2(boolean b)
Deprecated.
Please remove setting of xslt2, it will be auto detected. Or use xsltVersion.
|
void |
setXsltVersion(int xsltVersion) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
getApplicationContext, getName
getConfigurationClassLoader
public void configure() throws ConfigurationException
configure
in interface IConfigurable
ConfigurationException
public void processRequest(String message, Map parameters) throws ListenerException
ListenerException
public String getResult()
public void setFilename(String filename)
public void setFromClasspath(boolean fromClasspath)
public void setXsltVersion(int xsltVersion)
@Deprecated public void setXslt2(boolean b)
public void setNamespaceAware(boolean namespaceAware)
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2023 Frank!Framework. All rights reserved.