Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.remoting.marshaling
Class DefaultPublishedDocumentMarshaler

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.remoting.marshaling.AbstractDefaultXMLMarshaler
      extended by org.nuxeo.ecm.platform.publisher.remoting.marshaling.DefaultPublishedDocumentMarshaler
All Implemented Interfaces:
PublishedDocumentMarshaler

public class DefaultPublishedDocumentMarshaler
extends AbstractDefaultXMLMarshaler
implements PublishedDocumentMarshaler

PublishedDocument marshaler using simple XML representation.

Author:
tiry

Constructor Summary
DefaultPublishedDocumentMarshaler()
           
 
Method Summary
 String marshalPublishedDocument(PublishedDocument pubDoc)
           
 PublishedDocument unMarshalPublishedDocument(String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPublishedDocumentMarshaler

public DefaultPublishedDocumentMarshaler()
Method Detail

marshalPublishedDocument

public String marshalPublishedDocument(PublishedDocument pubDoc)
Specified by:
marshalPublishedDocument in interface PublishedDocumentMarshaler

unMarshalPublishedDocument

public PublishedDocument unMarshalPublishedDocument(String data)
                                             throws PublishingMarshalingException
Specified by:
unMarshalPublishedDocument in interface PublishedDocumentMarshaler
Throws:
PublishingMarshalingException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.