Class SubsystemPersistence.DefaultSubsystemPersistence<S extends SubsystemSchema<S>,​R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>>

    • Method Detail

      • getReader

        public org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> getReader​(S schema)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SubsystemPersistence
        Returns the appropriate StAX reader for the version of the specified schema that parses subsystem XML into a set of management operations.
        Specified by:
        getReader in interface SubsystemPersistence<S extends SubsystemSchema<S>>
        Returns:
        a StAX reader for the version of the specified schema
      • getWriter

        public org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> getWriter​(org.jboss.as.version.Stability stability)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: SubsystemPersistence
        Returns a StAX writer that writes the subsystem model to XML according to the current schema version for the specified stability level.
        Specified by:
        getWriter in interface SubsystemPersistence<S extends SubsystemSchema<S>>
        Parameters:
        stability - the stability level of the process
        Returns:
        a StAX writer