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) |
cleanUpXmlprotected 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 PublishedDocumentMarshalerpublic PublishedDocument unMarshalPublishedDocument(String data)
unMarshalPublishedDocument in interface PublishedDocumentMarshalerCopyright © 2015 Nuxeo SA. All rights reserved.