SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.ddconfig
Class DConfigurationCodec

java.lang.Object
  extended by org.eclipse.smila.search.datadictionary.messages.ddconfig.DConfigurationCodec

public abstract class DConfigurationCodec
extends java.lang.Object


Field Summary
static java.lang.String NS
           
 
Constructor Summary
DConfigurationCodec()
           
 
Method Summary
static DConfiguration decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Document encode(DConfiguration dConfiguration)
           
static org.w3c.dom.Element encode(DConfiguration dConfiguration, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
See Also:
Constant Field Values
Constructor Detail

DConfigurationCodec

public DConfigurationCodec()
Method Detail

decode

public static DConfiguration decode(org.w3c.dom.Element element)
                             throws ConfigurationException
Throws:
ConfigurationException

encode

public static org.w3c.dom.Document encode(DConfiguration dConfiguration)
                                   throws ConfigurationException
Throws:
ConfigurationException

encode

public static org.w3c.dom.Element encode(DConfiguration dConfiguration,
                                         org.w3c.dom.Element element)
                                  throws ConfigurationException
Throws:
ConfigurationException

SMILA (incubation) API documentation