Nuxeo Enterprise Platform 5.4

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
 java.lang.String marshalPublicationNode(PublicationNode node)
           
 PublicationNode unMarshalPublicationNode(java.lang.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 java.lang.String marshalPublicationNode(PublicationNode node)
                                        throws PublishingMarshalingException
Specified by:
marshalPublicationNode in interface PublicationNodeMarshaler
Throws:
PublishingMarshalingException

unMarshalPublicationNode

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.