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
 String marshalPublishedDocument(PublishedDocument pubDoc)
           
 PublishedDocument unMarshalPublishedDocument(String data)
           
 

Method Detail

marshalPublishedDocument

String marshalPublishedDocument(PublishedDocument pubDoc)
                                throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalPublishedDocument

PublishedDocument unMarshalPublishedDocument(String data)
                                             throws PublishingMarshalingException
Throws:
PublishingMarshalingException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.