Nuxeo Enterprise Platform 5.4

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
 java.lang.String marshalPublishedDocument(PublishedDocument pubDoc)
           
 PublishedDocument unMarshalPublishedDocument(java.lang.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 java.lang.String marshalPublishedDocument(PublishedDocument pubDoc)
Specified by:
marshalPublishedDocument in interface PublishedDocumentMarshaler

unMarshalPublishedDocument

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.