Class NamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
java.lang.Object
org.jboss.as.controller.persistence.xml.NamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
- All Implemented Interfaces:
XMLContentWriter<org.jboss.dmr.Property>,org.jboss.staxmapper.XMLElementWriter<org.jboss.dmr.Property>
- Enclosing interface:
- NamedResourceRegistrationXMLElement
public static class NamedResourceRegistrationXMLElement.ResourcePropertyAttributesXMLContentWriter
extends Object
implements XMLContentWriter<org.jboss.dmr.Property>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty(org.jboss.dmr.Property property) Indicates whether the specified content is empty.voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.Property property) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.xml.XMLContentWriter
andThen, compose, map
-
Method Details
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, org.jboss.dmr.Property property) throws XMLStreamException - Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<org.jboss.dmr.Property>- Throws:
XMLStreamException
-
isEmpty
public boolean isEmpty(org.jboss.dmr.Property property) Description copied from interface:XMLContentWriterIndicates whether the specified content is empty.- Specified by:
isEmptyin interfaceXMLContentWriter<org.jboss.dmr.Property>
-