Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces.PublishingMarshalingException

Packages that use PublishingMarshalingException
org.nuxeo.ecm.platform.publisher.remoting.marshaling   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces   
org.nuxeo.ecm.platform.publisher.remoting.restHandler   
 

Uses of PublishingMarshalingException in org.nuxeo.ecm.platform.publisher.remoting.marshaling
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling that throw PublishingMarshalingException
 String CoreIODocumentModelMarshaler.marshalDocument(DocumentModel doc)
           
 String DefaultDocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc)
           
 String DefaultMarshaler.marshallParameters(List<Object> params)
           
 String DefaultMarshaler.marshallResult(Object result)
           
 String DefaultPublicationNodeMarshaler.marshalPublicationNode(PublicationNode node)
           
 DocumentModel CoreIODocumentModelMarshaler.unMarshalDocument(String data, CoreSession coreSession)
           
 DocumentLocation DefaultDocumentLocationMarshaler.unMarshalDocumentLocation(String data)
           
 List<Object> DefaultMarshaler.unMarshallParameters(String data)
           
 Object DefaultMarshaler.unMarshallResult(String data)
           
 PublicationNode DefaultPublicationNodeMarshaler.unMarshalPublicationNode(String data)
           
 PublishedDocument DefaultPublishedDocumentMarshaler.unMarshalPublishedDocument(String data)
           
 

Uses of PublishingMarshalingException in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.interfaces that throw PublishingMarshalingException
 String DocumentModelMarshaler.marshalDocument(DocumentModel doc)
           
 String DocumentLocationMarshaler.marshalDocumentLocation(DocumentLocation docLoc)
           
 String RemotePublisherMarshaler.marshallParameters(List<Object> params)
           
 String RemotePublisherMarshaler.marshallResult(Object result)
           
 String PublicationNodeMarshaler.marshalPublicationNode(PublicationNode node)
           
 String PublishedDocumentMarshaler.marshalPublishedDocument(PublishedDocument pubDoc)
           
 DocumentModel DocumentModelMarshaler.unMarshalDocument(String data, CoreSession coreSession)
           
 DocumentLocation DocumentLocationMarshaler.unMarshalDocumentLocation(String data)
           
 List<Object> RemotePublisherMarshaler.unMarshallParameters(String data)
           
 Object RemotePublisherMarshaler.unMarshallResult(String data)
           
 PublicationNode PublicationNodeMarshaler.unMarshalPublicationNode(String data)
           
 PublishedDocument PublishedDocumentMarshaler.unMarshalPublishedDocument(String data)
           
 

Uses of PublishingMarshalingException in org.nuxeo.ecm.platform.publisher.remoting.restHandler
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.restHandler that throw PublishingMarshalingException
 String RemotePubResult.asXML()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.