public class DefaultDocumentLocationMarshaler extends AbstractDefaultXMLMarshaler implements DocumentLocationMarshaler
DocumentLocation
marshaler using simple XML representation.Modifier and Type | Field and Description |
---|---|
protected static org.dom4j.QName |
rootTag |
protected String |
sourceServer |
publisherSerializerNS, publisherSerializerNSPrefix
Constructor and Description |
---|
DefaultDocumentLocationMarshaler() |
Modifier and Type | Method and Description |
---|---|
String |
marshalDocumentLocation(DocumentLocation docLoc) |
void |
setOriginatingServer(String serverName) |
DocumentLocation |
unMarshalDocumentLocation(String data) |
cleanUpXml
protected String sourceServer
protected static org.dom4j.QName rootTag
public DefaultDocumentLocationMarshaler()
public String marshalDocumentLocation(DocumentLocation docLoc)
marshalDocumentLocation
in interface DocumentLocationMarshaler
public DocumentLocation unMarshalDocumentLocation(String data)
unMarshalDocumentLocation
in interface DocumentLocationMarshaler
public void setOriginatingServer(String serverName)
setOriginatingServer
in interface DocumentLocationMarshaler
Copyright © 2015 Nuxeo SA. All rights reserved.