Package ro.sync.exml.plugin.transform
Interface ConfigurationProperties
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ConfigurationProperties
Interface with transformer properties that can be passed externally.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STREAMABLE
A flag signaling the fact that the processor should support streaming.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSLMessageListener
getMessageListener()
java.lang.Object
getProperty(java.lang.String key)
-
-
-
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.
-
-