| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentResourceXMLParser.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
SubsystemMarshallingContext context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SubsystemRegistration.registerXMLElementWriter(Supplier<org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> writer)
Registers the
XMLElementWriter that can handle marshalling
the subsystem's configuration to XML. |
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 |
AbstractConfigurationPersister.registerSubsystemWriter(String name,
Supplier<org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> writer) |
void |
SubsystemXmlWriterRegistry.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 |
AbstractConfigurationPersister.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) |
void |
SubsystemXmlWriterRegistry.registerSubsystemWriter(String name,
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer)
Deprecated.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.