|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentReceiverTransportAdapter
DeploymentReceiverTransportAdapter are used to adapt the interface used by the FSR Client to the interface used by the underlying transport implementation. The DeploymentReceiverTransport objects returned will typically be proxy classes to a remote service.
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterRMI
,
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterSpringHTTP
,
org.alfresco.deployment.impl.client.DeploymentReceiverTransportAdapterHessian
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; |
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. |
Method Detail |
---|
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 deployed
java.util.List getTransformers()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |