Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
CoreIODocumentModelMarshaler

public interface DocumentModelMarshaler

Interface for DocumentModel marshaler

Author:
tiry

Method Summary
 String marshalDocument(DocumentModel doc)
           
 void setOriginatingServer(String serverName)
           
 DocumentModel unMarshalDocument(String data, CoreSession coreSession)
           
 

Method Detail

marshalDocument

String marshalDocument(DocumentModel doc)
                       throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalDocument

DocumentModel unMarshalDocument(String data,
                                CoreSession coreSession)
                                throws PublishingMarshalingException
Throws:
PublishingMarshalingException

setOriginatingServer

void setOriginatingServer(String serverName)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.