public class DefaultPublishedDocumentMarshaler extends AbstractDefaultXMLMarshaler implements PublishedDocumentMarshaler
PublishedDocument
marshaler using simple XML representation.Modifier and Type | Field and Description |
---|---|
protected static org.dom4j.QName |
isPendingTag |
protected static org.dom4j.QName |
parentPathTag |
protected static org.dom4j.QName |
pathTag |
protected static org.dom4j.QName |
repositoryNameTag |
protected static org.dom4j.QName |
rootTag |
protected static org.dom4j.QName |
serverNameTag |
protected static org.dom4j.QName |
sourceRefTag |
protected static org.dom4j.QName |
versionLabelTag |
publisherSerializerNS, publisherSerializerNSPrefix
Constructor and Description |
---|
DefaultPublishedDocumentMarshaler() |
Modifier and Type | Method and Description |
---|---|
String |
marshalPublishedDocument(PublishedDocument pubDoc) |
PublishedDocument |
unMarshalPublishedDocument(String data) |
cleanUpXml
protected static org.dom4j.QName rootTag
protected static org.dom4j.QName sourceRefTag
protected static org.dom4j.QName repositoryNameTag
protected static org.dom4j.QName serverNameTag
protected static org.dom4j.QName versionLabelTag
protected static org.dom4j.QName pathTag
protected static org.dom4j.QName parentPathTag
protected static org.dom4j.QName isPendingTag
public DefaultPublishedDocumentMarshaler()
public String marshalPublishedDocument(PublishedDocument pubDoc)
marshalPublishedDocument
in interface PublishedDocumentMarshaler
public PublishedDocument unMarshalPublishedDocument(String data)
unMarshalPublishedDocument
in interface PublishedDocumentMarshaler
Copyright © 2015 Nuxeo SA. All rights reserved.