protected static final class ComplexAttributes.KeyManagerAttributeMarshaller extends DefaultAttributeMarshaller
| Modifier | Constructor and Description |
|---|---|
protected |
KeyManagerAttributeMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer)
Marshalls the value from the given
resourceModel as an xml element, if it
is marshallable. |
marshallAsElement, marshallAsElementisMarshallable, isMarshallable, isMarshallableAsElementpublic void marshallAsAttribute(AttributeDefinition attribute, org.jboss.dmr.ModelNode resourceModel, boolean marshallDefault, XMLStreamWriter writer) throws XMLStreamException
AttributeMarshallerresourceModel as an xml element, if it
is marshallable.marshallAsAttribute in class DefaultAttributeMarshallerattribute - - attribute for which marshaling is being doneresourceModel - the model, a non-null node of ModelType.OBJECT.writer - stream writer to use for writing the attributeXMLStreamException - if thrown by writerCopyright © 2014 JBoss by Red Hat. All rights reserved.