org.apache.uima.cas.impl
Class XmiSerializationSharedData

java.lang.Object
  extended by org.apache.uima.cas.impl.XmiSerializationSharedData

public class XmiSerializationSharedData
extends Object

Holds information that is shared between the XmiCasSerializer and the XmiCasDeserializer. This allows consistency of XMI IDs across serializations, and also provides the ability to filter out some FSs during serialization (e.g. to send to a service) and then reintegrate those FSs during the next deserialization.


Constructor Summary
XmiSerializationSharedData()
           
 
Method Summary
 void clearIdMap()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmiSerializationSharedData

public XmiSerializationSharedData()
Method Detail

clearIdMap

public void clearIdMap()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007 The Apache Software Foundation. All Rights Reserved.