Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Known Implementing Classes:
DefaultDocumentLocationMarshaler

public interface DocumentLocationMarshaler

Interface for DocumentLocation marshaler.

Author:
tiry

Method Summary
 String marshalDocumentLocation(DocumentLocation docLoc)
           
 void setOriginatingServer(String serverName)
           
 DocumentLocation unMarshalDocumentLocation(String data)
           
 

Method Detail

marshalDocumentLocation

String marshalDocumentLocation(DocumentLocation docLoc)
                               throws PublishingMarshalingException
Throws:
PublishingMarshalingException

unMarshalDocumentLocation

DocumentLocation unMarshalDocumentLocation(String data)
                                           throws PublishingMarshalingException
Throws:
PublishingMarshalingException

setOriginatingServer

void setOriginatingServer(String serverName)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.