|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.jdbc2xml.deserialization.DeserializationHandlerFactory
public abstract class DeserializationHandlerFactory
Implementations of this factory instantiate DeserializationHandler
instances for a given column of a XML rowset tag.
Constructor Summary | |
---|---|
DeserializationHandlerFactory()
|
Method Summary | |
---|---|
abstract DeserializationHandler |
newDeserializationHandler(ColumnInfo ci,
java.util.TimeZone timeZone)
Return DeserializationHandler instance for the given column of
the result set. |
static DeserializationHandlerFactory |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeserializationHandlerFactory()
Method Detail |
---|
public static DeserializationHandlerFactory newInstance()
META-INF/services/org.clazzes.jdbc2xml.deserialization.DeserializationHandlerFactory
.ServiceRegistry.lookupProviders(Class)
public abstract DeserializationHandler newDeserializationHandler(ColumnInfo ci, java.util.TimeZone timeZone)
DeserializationHandler
instance for the given column of
the result set.
ci
- The column information of the column to be deserialized.timeZone
- The time zone used to parse date values, if the database provides
no time zone information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |