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.Superseded bySubsystemResourceXMLElementWriter.AnXMLElementWriterbased on aPersistentResourceXMLDescription.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description PersistentResourceXMLDescriptionWriter(Supplier<PersistentResourceXMLDescription> description)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescriptionsupplier.PersistentResourceXMLDescriptionWriter(PersistentResourceXMLDescription description)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescription.PersistentResourceXMLDescriptionWriter(PersistentSubsystemSchema<S> schema)Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specified subsystem schema.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
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
public PersistentResourceXMLDescriptionWriter(PersistentResourceXMLDescription description)
Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specifiedPersistentResourceXMLDescription.- Parameters:
description- aPersistentResourceXMLDescription
-
PersistentResourceXMLDescriptionWriter
public PersistentResourceXMLDescriptionWriter(PersistentSubsystemSchema<S> schema)
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 Detail
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, SubsystemMarshallingContext context) throws XMLStreamExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>- Throws:
XMLStreamException
-
-