Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DefaultPublicationNodeMarshaler
extends AbstractDefaultXMLMarshaler
implements PublicationNodeMarshaler

PublicationNode marshaler using simple XML representation.

Author:
tiry

Constructor Summary
DefaultPublicationNodeMarshaler()
           
 
Method Summary
 String marshalPublicationNode(PublicationNode node)
           
 PublicationNode unMarshalPublicationNode(String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPublicationNodeMarshaler

public DefaultPublicationNodeMarshaler()
Method Detail

marshalPublicationNode

public String marshalPublicationNode(PublicationNode node)
                              throws PublishingMarshalingException
Specified by:
marshalPublicationNode in interface PublicationNodeMarshaler
Throws:
PublishingMarshalingException

unMarshalPublicationNode

public PublicationNode unMarshalPublicationNode(String data)
                                         throws PublishingMarshalingException
Specified by:
unMarshalPublicationNode in interface PublicationNodeMarshaler
Throws:
PublishingMarshalingException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.