public interface SubsystemXmlWriterRegistry
XMLElementWriter
s that can marshal the configuration
for a subsystem.Modifier and Type | Method and Description |
---|---|
void |
registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
Registers the writer that can marshal to XML the configuration of the
named subsystem.
|
void |
unregisterSubsystemWriter(String name)
Unregisters the XML configuration writer of the named subsystem.
|
void registerSubsystemWriter(String name, org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
name
- the name of the subsystemwriter
- the XML writervoid unregisterSubsystemWriter(String name)
name
- the name of the subsystemCopyright © 2023 JBoss by Red Hat. All rights reserved.