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) |
cleanUpXmlprotected String sourceServer
protected static org.dom4j.QName rootTag
public DefaultDocumentLocationMarshaler()
public String marshalDocumentLocation(DocumentLocation docLoc)
marshalDocumentLocation in interface DocumentLocationMarshalerpublic DocumentLocation unMarshalDocumentLocation(String data)
unMarshalDocumentLocation in interface DocumentLocationMarshalerpublic void setOriginatingServer(String serverName)
setOriginatingServer in interface DocumentLocationMarshalerCopyright © 2016 Nuxeo SA. All rights reserved.