Uses of Class
net.sf.jsefa.xml.XmlIOFactory

Packages that use XmlIOFactory
net.sf.jsefa.xml   
 

Uses of XmlIOFactory in net.sf.jsefa.xml
 

Subclasses of XmlIOFactory in net.sf.jsefa.xml
 class XmlIOFactoryImpl
          Default implementation of XmlIOFactory.
 

Methods in net.sf.jsefa.xml that return XmlIOFactory
static XmlIOFactory XmlIOFactory.createFactory(Class<?>... objectTypes)
          Creates a new XmlIOFactory for XmlSerializers and XmlDeserializers which can handle objects of the given object types.
static XmlIOFactory XmlIOFactoryImpl.createFactory(XmlConfiguration config)
          Creates a new XmlIOFactory for XmlSerializers and XmlDeserializers using the given configuration.
static XmlIOFactory XmlIOFactory.createFactory(XmlConfiguration config)
          Creates a new XmlIOFactory for XmlSerializers and XmlDeserializers using the given configuration.
static XmlIOFactory XmlIOFactory.createFactory(XmlConfiguration config, Class<?>... objectTypes)
          Creates a new XmlIOFactory for XmlSerializers and XmlDeserializers which can handle objects of the given object types as well as those object types for which entry points are defined in the config.
 



Copyright © 2014. All rights reserved.