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
FieldsModifier and TypeFieldDescriptionstatic final String
A flag signaling the fact that the processor should support streaming. -
Method Summary
-
Field Details
-
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
- Parameters:
key
- the key.- Returns:
- The value of property specified by key.
-