Modifier and Type | Method and Description |
---|---|
void |
PersistentResourceXMLParser.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
SubsystemMarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SubsystemRegistration.registerXMLElementWriter(org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
Registers the
XMLElementWriter that can handle marshalling
the subsystem's configuration to XML. |
Modifier and Type | Method and Description |
---|---|
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> |
ModelMarshallingContext.getSubsystemWriter(String subsystemName)
Gets the writer that can marshal the subsystem with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
SubsystemXmlWriterRegistry.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
Registers the writer that can marshal to XML the configuration of the
named subsystem.
|
void |
AbstractConfigurationPersister.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> deparser) |
Modifier and Type | Method and Description |
---|---|
void |
HostControllerConfigurationPersister.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingSubsystemWriter.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
SubsystemMarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SelfContainedConfigurationPersister.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadsParser.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
SubsystemMarshallingContext context) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.