public interface SubsystemXmlWriterRegistry
XMLElementWriter
s that can marshal the configuration
for a subsystem.Modifier and Type | Method and Description |
---|---|
void |
registerSubsystemDeploymentWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
Deprecated.
currently not used and will be removed in a future release if not used.
|
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 |
unregisterSubsystemDeploymentWriter(String name)
Deprecated.
currently not used and will be removed in a future release if not used.
|
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 subsystem@Deprecated void registerSubsystemDeploymentWriter(String name, org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
name
- the name of the subsystemwriter
- the XML writer@Deprecated void unregisterSubsystemDeploymentWriter(String name)
name
- the name of the subsystemCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.