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.
An
XMLElementReader based on a PersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescriptionsupplier.Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescription.Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderfor the specified subsystem schema. -
Method Summary
Modifier and TypeMethodDescriptionvoidreadElement(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 Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderusing the specifiedPersistentResourceXMLDescription.- Parameters:
description- aPersistentResourceXMLDescription
-
PersistentResourceXMLDescriptionReader
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 Details
-
readElement
public void readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, List<org.jboss.dmr.ModelNode> operations) throws XMLStreamException Deprecated, 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
-
SubsystemResourceXMLElementReader.