GigaSpaces XAP 9.1 API

com.gigaspaces.document
Class SpaceXmlDocument

java.lang.Object
  extended by com.gigaspaces.document.SpaceDocument
      extended by com.gigaspaces.document.SpaceXmlDocument
All Implemented Interfaces:
com.gigaspaces.entry.VirtualEntry, Externalizable, Serializable

public class SpaceXmlDocument
extends SpaceDocument

A SpaceDocument extension which represents an XML document. This extension is used for writing XML documents to space.

Since:
9.1
Author:
idan
See Also:
Serialized Form

Field Summary
static String ID_PROPERTY_NAME
           
static String LABEL_PROPERTY_NAME
           
static String XML_PROPERTY_NAME
           
 
Constructor Summary
SpaceXmlDocument()
           
SpaceXmlDocument(String xml)
           
SpaceXmlDocument(String xml, String label)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 String getXml()
           
 
Methods inherited from class com.gigaspaces.document.SpaceDocument
addProperties, containsProperty, equals, getProperties, getProperty, getTypeName, getVersion, hashCode, initFromDocument, initialize, isTransient, readExternal, readExternalV1, removeProperty, setProperty, setTransient, setTypeName, setVersion, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_PROPERTY_NAME

public static final String ID_PROPERTY_NAME
See Also:
Constant Field Values

XML_PROPERTY_NAME

public static final String XML_PROPERTY_NAME
See Also:
Constant Field Values

LABEL_PROPERTY_NAME

public static final String LABEL_PROPERTY_NAME
See Also:
Constant Field Values
Constructor Detail

SpaceXmlDocument

public SpaceXmlDocument()

SpaceXmlDocument

public SpaceXmlDocument(String xml)

SpaceXmlDocument

public SpaceXmlDocument(String xml,
                        String label)
Method Detail

getLabel

public String getLabel()

getXml

public String getXml()

getId

public String getId()

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.