public interface ITransformer extends IResetable
| Modifier and Type | Method and Description |
|---|---|
ISource |
transform(ISource source)
Converts a source into another.
|
initializeISource transform(ISource source) throws SourceException
source - The source to be transformed.SourceException - On transformation errors.Copyright © 2016. All rights reserved.