|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.xml.XmlIOFactory
net.sf.jsefa.xml.XmlIOFactoryImpl
public class XmlIOFactoryImpl
Default implementation of XmlIOFactory.
Instances of this class are immutable and thread-safe.
| Method Summary | |
|---|---|
XmlDeserializer |
createDeserializer()
Creates a new Deserializer. |
static XmlIOFactory |
createFactory(XmlConfiguration config)
Creates a new XmlIOFactory for XmlSerializers and
XmlDeserializers using the given configuration. |
XmlSerializer |
createSerializer()
Creates a new Serializer. |
| Methods inherited from class net.sf.jsefa.xml.XmlIOFactory |
|---|
createFactory, createFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static XmlIOFactory createFactory(XmlConfiguration config)
XmlIOFactory for XmlSerializers and
XmlDeserializers using the given configuration.
config - the configuration object.
XmlIOFactory factory
IOFactoryExceptionpublic XmlSerializer createSerializer()
Serializer.
createSerializer in interface IOFactorycreateSerializer in class XmlIOFactorySerializerpublic XmlDeserializer createDeserializer()
Deserializer.
createDeserializer in interface IOFactorycreateDeserializer in class XmlIOFactoryDeserializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||