Package org.jboss.as.controller
Class PersistentResourceXMLDescriptionReader
- java.lang.Object
-
- org.jboss.as.controller.PersistentResourceXMLDescriptionReader
-
- All Implemented Interfaces:
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
@Deprecated(forRemoval=true, since="28.0") public class PersistentResourceXMLDescriptionReader extends Object implements org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>
Deprecated, for removal: This API element is subject to removal in a future version.Superseded bySubsystemResourceXMLElementReader.AnXMLElementReaderbased on aPersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description PersistentResourceXMLDescriptionReader(Supplier<PersistentResourceXMLDescription> description)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescriptionsupplier.PersistentResourceXMLDescriptionReader(PersistentResourceXMLDescription description)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescription.PersistentResourceXMLDescriptionReader(PersistentSubsystemSchema<S> schema)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderfor the specified subsystem schema.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidreadElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PersistentResourceXMLDescriptionReader
public PersistentResourceXMLDescriptionReader(Supplier<PersistentResourceXMLDescription> description)
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescriptionsupplier.- Parameters:
description- aPersistentResourceXMLDescriptionsupplier
-
PersistentResourceXMLDescriptionReader
public PersistentResourceXMLDescriptionReader(PersistentResourceXMLDescription description)
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescription.- Parameters:
description- aPersistentResourceXMLDescription
-
PersistentResourceXMLDescriptionReader
public PersistentResourceXMLDescriptionReader(PersistentSubsystemSchema<S> schema)
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderfor the specified subsystem schema.- Parameters:
schema- a subsystem schema
-
-
Method Detail
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations) throws XMLStreamExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readElementin interfaceorg.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>- Throws:
XMLStreamException
-
-