Interface ConfigurationProperties


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

      • STREAMABLE

        static final java.lang.String STREAMABLE
        A flag signaling the fact that the processor should support streaming.
        See Also:
        Constant Field Values
    • Method Detail

      • getMessageListener

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

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