Uses of Class
org.jboss.as.controller.persistence.SubsystemMarshallingContext
Packages that use SubsystemMarshallingContext
Package
Description
-
Uses of SubsystemMarshallingContext in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type SubsystemMarshallingContextModifier and TypeMethodDescriptionvoidPersistentResourceXMLDescriptionWriter.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version.voidPersistentResourceXMLParser.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) Method parameters in org.jboss.as.controller with type arguments of type SubsystemMarshallingContextModifier and TypeMethodDescriptiondefault voidSubsystemRegistration.registerXMLElementWriter(Supplier<org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> writer) Registers theXMLElementWriterthat can handle marshalling the subsystem's configuration to XML.voidSubsystemRegistration.registerXMLElementWriter(org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> writer) Registers theXMLElementWriterthat can handle marshalling the subsystem's configuration to XML. -
Uses of SubsystemMarshallingContext in org.jboss.as.controller.persistence
Methods in org.jboss.as.controller.persistence that return types with arguments of type SubsystemMarshallingContextModifier and TypeMethodDescriptionorg.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>ModelMarshallingContext.getSubsystemWriter(String subsystemName) Gets the writer that can marshal the subsystem with the given name.Method parameters in org.jboss.as.controller.persistence with type arguments of type SubsystemMarshallingContextModifier and TypeMethodDescriptionvoidAbstractConfigurationPersister.registerSubsystemWriter(String name, Supplier<org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> writer) voidSubsystemXmlWriterRegistry.registerSubsystemWriter(String name, Supplier<org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>> writer) Registers the writer that can marshal to XML the configuration of the named subsystem. -
Uses of SubsystemMarshallingContext in org.jboss.as.controller.persistence.xml
Methods in org.jboss.as.controller.persistence.xml with parameters of type SubsystemMarshallingContextModifier and TypeMethodDescriptionvoidSubsystemResourceXMLElementWriter.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)