| Interface | Description | 
|---|---|
| RiceXmlListAdditionListener<T> | 
 Helper interface for use with the RiceXmlStreamingList class. 
 | 
| RiceXmlListGetterListener<E,T> | 
 Helper interface for use with the RiceXmlExportList class. 
 | 
| Class | Description | 
|---|---|
| JaxbDateAdapter | 
 Marshall/unmarshall java.util.Date 
 | 
| NameAndNamespacePair | 
 An XML element that stores a name and namespace pair in its simple content and "namespaceCode" attribute. 
 | 
| NameAndNamespacePairValidatingAdapter | 
 An XML adapter that simply validates the NameAndNamespacePair to ensure that the name and namespace are non-blank
 and that the namespace code maps to a valid namespace in the system. 
 | 
| RiceXmlExportList<E,T> | 
 Custom subclass of AbstractList that, whenever the "get" method is called, will pass an
 internally-stored list's object to the given listener for conversion into another object matching
 the list's type. 
 | 
| RiceXmlImportList<E> | 
 Custom subclass of AbstractList that, when adding new items, will pass them on to a listener instead of
 storing them internally. 
 | 
| StringToDateTimeAdapter | 
 An XML Adapter that relies on the DateTimeService to marshal and unmarshal datetime values in String form. 
 | 
| StringTrimmingAdapter | 
 An XML adapter that simply performs a null-safe trim on the value to be marshalled or unmarshalled. 
 | 
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.