Nuxeo Enterprise Platform 5.4

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

All Known Implementing Classes:
DefaultPublishedDocumentMarshaler

public interface PublishedDocumentMarshaler

Interface for PublishedDocument marshaler

Author:
tiry

Method Summary
 java.lang.String marshalPublishedDocument(PublishedDocument pubDoc)
           
 PublishedDocument unMarshalPublishedDocument(java.lang.String data)
           
 

Method Detail

marshalPublishedDocument

java.lang.String marshalPublishedDocument(PublishedDocument pubDoc)
                                          throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalPublishedDocument

PublishedDocument unMarshalPublishedDocument(java.lang.String data)
                                             throws PublishingMarshalingException
Throws:
PublishingMarshalingException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.