public abstract class AbstractDeploymentReceiverTransportAdapter
extends java.lang.Object
| Constructor and Description |
|---|
AbstractDeploymentReceiverTransportAdapter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getTransformers()
Get the content transformers for this transport - if the transport does not support
content transformation then simply return null;
|
void |
setTransformers(java.util.List 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 java.util.List getTransformers()
public void setTransformers(java.util.List transformers)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.