public interface DeploymentReceiverTransportAdapter
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterRMI,
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterSpringHTTP,
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterHessian| 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;
|
org.alfresco.deployment.DeploymentReceiverTransport |
getTransport(java.lang.String hostName,
int port,
int version,
java.lang.String srcPath)
getObject is a factory method to get a DeploymentReceiverTransport object, which will typically
be a proxy to a remote service.
|
org.alfresco.deployment.DeploymentReceiverTransport getTransport(java.lang.String hostName,
int port,
int version,
java.lang.String srcPath)
adapterName - the name of this adapterhostName - the name of the host to connect toport - the port to connect toversion - the version of the websitethe - path of the website to be deployedjava.util.List getTransformers()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.