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 Details

    • XsltProviderListener

      public XsltProviderListener()
  • Method Details

    • configure

      public void configure() throws ConfigurationException
      Description copied from interface: IConfigurable
      Configure this component.

      configure() is called once at startup of the framework in the configure method of the owner of this IConfigurable. 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 the configure(), to improve performance.

      In the case of a container, this will propagate the configure signal to all components that apply.

      Specified by:
      configure in interface IConfigurable
      Throws:
      ConfigurationException - in case it was not able to configure the component.
    • processRequest

      public void processRequest(Message message, Map<String,Object> parameters) throws ListenerException
      Throws:
      ListenerException
    • getResult

      public Message getResult()
    • setXslt2

      @Deprecated public void setXslt2(boolean b)
      Deprecated.
      Please remove setting of xslt2, it will be auto-detected. Or use xsltVersion.
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception