public abstract class AbstractDeploymentReceiverTransportAdapter extends Object
| Constructor and Description |
|---|
AbstractDeploymentReceiverTransportAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentTransportOutputFilter> |
getTransformers()
Get the content transformers for this transport - if the transport does not support
content transformation then simply return null;
|
void |
setTransformers(List<DeploymentTransportOutputFilter> transformers)
Set the content transformers for this transport - if the transport does not support
content transformation then simply set null or do not call this method.
|
public AbstractDeploymentReceiverTransportAdapter()
public List<DeploymentTransportOutputFilter> getTransformers()
public void setTransformers(List<DeploymentTransportOutputFilter> transformers)
Copyright © 2005–2014 Alfresco Software. All rights reserved.