SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.messages.datadictionaryconnection
Class DConnectionCodec

java.lang.Object
  extended by org.eclipse.smila.search.lucene.messages.datadictionaryconnection.DConnectionCodec

public abstract class DConnectionCodec
extends java.lang.Object


Method Summary
static DConnection decode(org.w3c.dom.Element element)
           
static org.w3c.dom.Element encode(DConnection dConnection, org.w3c.dom.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static org.w3c.dom.Element encode(DConnection dConnection,
                                         org.w3c.dom.Element element)
                                  throws DDException
Parameters:
dConnection - -
element - -
Returns:
Element
Throws:
DDException - -

decode

public static DConnection decode(org.w3c.dom.Element element)
                          throws DDException
Throws:
DDException

SMILA (incubation) API documentation