public class TestDeploymentTransportTransformer extends Object implements DeploymentTransportInputFilter, DeploymentTransportOutputFilter
| Constructor and Description |
|---|
TestDeploymentTransportTransformer() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
addFilter(InputStream in,
String path,
String encoding,
String mimeType)
In-bound filter
|
OutputStream |
addFilter(OutputStream out,
String path,
String encoding,
String mimeType)
Outgoing filter
|
public OutputStream addFilter(OutputStream out, String path, String encoding, String mimeType)
addFilter in interface DeploymentTransportOutputFilterout - the output stream being filtered.path - the path of the fileencoding - the encoding of the filemimeType - the mimeType of the filepublic InputStream addFilter(InputStream in, String path, String encoding, String mimeType)
addFilter in interface DeploymentTransportInputFilterin - the input stream being filtered.path - the path of the fileencoding - the encoding of the filemimeType - the mimeType of the fileCopyright © 2005–2014 Alfresco Software. All rights reserved.