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