Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces
Interface DocumentLocationMarshaler

All Known Implementing Classes:
DefaultDocumentLocationMarshaler

public interface DocumentLocationMarshaler

Interface for DocumentLocation marshaler.

Author:
tiry

Method Summary
 java.lang.String marshalDocumentLocation(DocumentLocation docLoc)
           
 void setOriginatingServer(java.lang.String serverName)
           
 DocumentLocation unMarshalDocumentLocation(java.lang.String data)
           
 

Method Detail

marshalDocumentLocation

java.lang.String marshalDocumentLocation(DocumentLocation docLoc)
                                         throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalDocumentLocation

DocumentLocation unMarshalDocumentLocation(java.lang.String data)
                                           throws PublishingMarshalingException
Throws:
PublishingMarshalingException

setOriginatingServer

void setOriginatingServer(java.lang.String serverName)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.