public class TestDeploymentTransportTransformer extends java.lang.Object implements DeploymentTransportInputFilter, DeploymentTransportOutputFilter
| Constructor and Description |
|---|
TestDeploymentTransportTransformer() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
addFilter(java.io.InputStream in,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
In-bound filter
|
java.io.OutputStream |
addFilter(java.io.OutputStream out,
java.lang.String path,
java.lang.String encoding,
java.lang.String mimeType)
Outgoing filter
|
public java.io.OutputStream addFilter(java.io.OutputStream out,
java.lang.String path,
java.lang.String encoding,
java.lang.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 java.io.InputStream addFilter(java.io.InputStream in,
java.lang.String path,
java.lang.String encoding,
java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.