Package org.jboss.as.controller
Class PersistentResourceXMLDescriptionWriter
java.lang.Object
org.jboss.as.controller.PersistentResourceXMLDescriptionWriter
- All Implemented Interfaces:
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
@Deprecated(forRemoval=true,
since="28.0")
public class PersistentResourceXMLDescriptionWriter
extends Object
implements org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>
Deprecated, for removal: This API element is subject to removal in a future version.
An
XMLElementWriter based on a PersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescriptionsupplier.Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescription.Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specified subsystem schema. -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
PersistentResourceXMLDescriptionWriter
public PersistentResourceXMLDescriptionWriter(Supplier<PersistentResourceXMLDescription> description) Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescriptionsupplier.- Parameters:
description- aPersistentResourceXMLDescriptionsupplier
-
PersistentResourceXMLDescriptionWriter
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescription.- Parameters:
description- aPersistentResourceXMLDescription
-
PersistentResourceXMLDescriptionWriter
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specified subsystem schema.- Parameters:
schema- a subsystem schema
-
-
Method Details
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) throws XMLStreamException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>- Throws:
XMLStreamException
-
SubsystemResourceXMLElementWriter.