Package edu.uiuc.ncsa.security.storage
Class XMLMap
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<String,Object>
- 
- edu.uiuc.ncsa.security.storage.sql.internals.ColumnMap
- 
- edu.uiuc.ncsa.security.storage.XMLMap
 
 
 
 
- 
- All Implemented Interfaces:
- ConversionMap<String,Object>,- Serializable,- Cloneable,- Map<String,Object>
 
 public class XMLMap extends ColumnMap Specialized extension to convert to and from XML.Created by Jeff Gaynor 
 on 5/23/12 at 10:29 AM- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description XMLMap()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromXML(InputStream inputStream)voidtoXML(OutputStream outputStream)- 
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.internals.ColumnMapget, getBoolean, getBytes, getDate, getIdentifier, getInteger, getLong, getString, getTimestamp, getURI, put, removeKeys
 - 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class java.util.AbstractMapequals, hashCode, toString
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
- 
- 
- 
Method Detail- 
toXMLpublic void toXML(OutputStream outputStream) throws IOException - Throws:
- IOException
 
 - 
fromXMLpublic void fromXML(InputStream inputStream) throws IOException - Throws:
- IOException
 
 
- 
 
-