org.alfresco.repo.deploy
Class AbstractDeploymentReceiverTransportAdapter

java.lang.Object
  extended by org.alfresco.repo.deploy.AbstractDeploymentReceiverTransportAdapter
Direct Known Subclasses:
DeploymentReceiverTransportAdapterHessian, DeploymentReceiverTransportAdapterRMI, DeploymentReceiverTransportAdapterSpringHTTP

public abstract class AbstractDeploymentReceiverTransportAdapter
extends java.lang.Object

Abstract Transport Adapter.


Constructor Summary
AbstractDeploymentReceiverTransportAdapter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDeploymentReceiverTransportAdapter

public AbstractDeploymentReceiverTransportAdapter()
Method Detail

getTransformers

public java.util.List getTransformers()
Get the content transformers for this transport - if the transport does not support content transformation then simply return null;

Returns:
the content transformers or null if there are no transformers.

setTransformers

public 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.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.