Uses of Class
org.jboss.as.controller.persistence.SubsystemMarshallingContext
-
Packages that use SubsystemMarshallingContext Package Description org.jboss.as.controller org.jboss.as.controller.persistence -
-
Uses of SubsystemMarshallingContext in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type SubsystemMarshallingContext Modifier and Type Method Description voidPersistentResourceXMLDescriptionWriter. writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)voidPersistentResourceXMLParser. writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)Method parameters in org.jboss.as.controller with type arguments of type SubsystemMarshallingContext Modifier and Type Method Description default 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 SubsystemMarshallingContext Modifier and Type Method Description org.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 SubsystemMarshallingContext Modifier and Type Method Description voidAbstractConfigurationPersister. 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.
-