public interface DeploymentReceiverTransportAdapter
| 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;
|
DeploymentReceiverTransport |
getTransport(String hostName,
int port,
int version,
String srcPath)
getObject is a factory method to get a DeploymentReceiverTransport object, which will typically
be a proxy to a remote service.
|
DeploymentReceiverTransport getTransport(String hostName, int port, int version, 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 deployedList<DeploymentTransportOutputFilter> getTransformers()
Copyright © 2005–2014 Alfresco Software. All rights reserved.