@Named @Singleton public class DefaultSettingsXmlFactory extends Object implements SettingsXmlFactory
Constructor and Description |
---|
DefaultSettingsXmlFactory() |
Modifier and Type | Method and Description |
---|---|
Settings |
read(XmlReaderRequest request) |
void |
write(XmlWriterRequest<Settings> request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromXmlString, read, read, read, read, read, read, toXmlString, write, write, write
public Settings read(@Nonnull XmlReaderRequest request) throws XmlReaderException
read
in interface XmlFactory<Settings>
XmlReaderException
public void write(XmlWriterRequest<Settings> request) throws XmlWriterException
write
in interface XmlFactory<Settings>
XmlWriterException
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.