Nuxeo Enterprise Platform 5.4

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
 java.lang.String marshalDocument(DocumentModel doc)
           
 void setOriginatingServer(java.lang.String serverName)
           
 DocumentModel unMarshalDocument(java.lang.String data, CoreSession coreSession)
           
 

Method Detail

marshalDocument

java.lang.String marshalDocument(DocumentModel doc)
                                 throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalDocument

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

setOriginatingServer

void setOriginatingServer(java.lang.String serverName)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.