public static interface EngineRequestTransformer.RequireEngineRequestTransformer
This interface is implemented by Pipe.Transformer
which needs a EngineRequest
to perform transformation.
Modifier and Type | Method and Description |
---|---|
void |
transform(InputStream is,
OutputStream os,
ConvertibleNut nut,
EngineRequest request)
Matches the
Pipe.Transformer.transform(java.io.InputStream, java.io.OutputStream, Object)
signature with an additional EngineRequest . |
void transform(InputStream is, OutputStream os, ConvertibleNut nut, EngineRequest request) throws IOException
Matches the Pipe.Transformer.transform(java.io.InputStream, java.io.OutputStream, Object)
signature with an additional EngineRequest
.
request
- the EngineRequest
is
- the inputos
- the outputnut
- the object that provides the original input streamIOException
- if an I/O error occursCopyright © 2012-2015. All Rights Reserved.