Interface ConfigurationProperties


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ConfigurationProperties
Interface with transformer properties that can be passed externally.
  • Field Details

    • STREAMABLE

      static final String STREAMABLE
      A flag signaling the fact that the processor should support streaming.
      See Also:
  • Method Details

    • getMessageListener

      XSLMessageListener getMessageListener()
      Returns:
      Provide the message listener.
    • getProperty

      Object getProperty(String key)
      Parameters:
      key - the key.
      Returns:
      The value of property specified by key.