public interface StreamingTransformer extends BaseTransformer
PHASE_NAME| Modifier and Type | Method and Description |
|---|---|
StreamingTransformer |
getNextTransformer()
Transformers can be chained together and invoked in a series
|
void |
setNextTransformer(StreamingTransformer nextTransformer)
Transformers can be chained together and invoked in a series
|
Object |
transform(InputStream src,
OutputStream dest,
String encoding)
Thransforms the supllied data and returns the result
|
getEndpoint, setEndpointinitialisegetName, setNameStreamingTransformer getNextTransformer()
void setNextTransformer(StreamingTransformer nextTransformer)
nextTransformer - the next transforer to invokeObject transform(InputStream src, OutputStream dest, String encoding) throws TransformerException
src - the inputStreamencoding - the encoding to use in this transformation (if necessary)TransformerException - if a error occurs transforming the data or if the
expected returnClass isn't the same as the transformed dataCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.