dsto.dfc.databeans.io
Class LazyElementMap
java.lang.Object
dsto.dfc.databeans.io.LazyElementMap
public final class LazyElementMap
- extends Object
Provides a mapping from an XML element type to a decoder for that type.
Decoders may be either be XmlDecoder instances, or a class name for which an
instance is lazily instantiated on demand.
- Version:
- $Revision$
- Author:
- mpp
- See Also:
LazyTypeMap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyElementMap
public LazyElementMap()
LazyElementMap
public LazyElementMap(LazyElementMap t)
put
public void put(String type,
XmlDecoder decoder)
put
public void put(String type,
String decoderClassName)
remove
public void remove(String type)
get
public XmlDecoder get(String type)
Copyright © 2008 Commonwealth of Australia