Nuxeo Enterprise Platform 5.4

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
 java.lang.String marshalPublicationNode(PublicationNode node)
           
 PublicationNode unMarshalPublicationNode(java.lang.String data)
           
 

Method Detail

marshalPublicationNode

java.lang.String marshalPublicationNode(PublicationNode node)
                                        throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalPublicationNode

PublicationNode unMarshalPublicationNode(java.lang.String data)
                                         throws PublishingMarshalingException
Throws:
PublishingMarshalingException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.