Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces
Interface PublicationNodeMarshaler

All Known Implementing Classes:
DefaultPublicationNodeMarshaler

public interface PublicationNodeMarshaler

Interface for PublicationNode marshaler

Author:
tiry

Method Summary
 String marshalPublicationNode(PublicationNode node)
           
 PublicationNode unMarshalPublicationNode(String data)
           
 

Method Detail

marshalPublicationNode

String marshalPublicationNode(PublicationNode node)
                              throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalPublicationNode

PublicationNode unMarshalPublicationNode(String data)
                                         throws PublishingMarshalingException
Throws:
PublishingMarshalingException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.