Package org.frankframework.larva
Class XsltProviderListener
java.lang.Object
org.frankframework.larva.XsltProviderListener
- All Implemented Interfaces:
AutoCloseable,FrankElement,HasApplicationContext,HasName,IConfigurable,IScopeProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class XsltProviderListener
extends Object
implements IConfigurable, AutoCloseable, FrankElement
XSLT provider listener for the Test Tool.
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidConfigure this component.protected IScopeProvidervoidprocessRequest(Message message, Map<String, Object> parameters) voidsetXslt2(boolean b) Deprecated.Please remove setting of xslt2, it will be auto-detected.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
-
Constructor Details
-
XsltProviderListener
public XsltProviderListener()
-
-
Method Details
-
configure
Description copied from interface:IConfigurableConfigure this component.configure()is called once at startup of the framework in the configure method of the owner of thisIConfigurable. Purpose of this method is to check whether the static configuration of the object is correct. As much as possible class-instantiating should take place in theconfigure(), to improve performance.In the case of a container, this will propagate the configure signal to all components that apply.
- Specified by:
configurein interfaceIConfigurable- Throws:
ConfigurationException- in case it was not able to configure the component.
-
findScope
- Throws:
ConfigurationException
-
processRequest
- Throws:
ListenerException
-
getResult
-
setXslt2
Deprecated.Please remove setting of xslt2, it will be auto-detected. Or use xsltVersion. -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
ConfigurationException
-