public interface ModelMarshallingContext
XMLElementWriters that marshal a model.| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
getModelNode()
Gets the model to marshal.
|
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> |
getSubsystemWriter(String subsystemName)
Gets the writer that can marshal the subsystem with the given name.
|
org.jboss.dmr.ModelNode getModelNode()
org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> getSubsystemWriter(String subsystemName)
subsystemName - the name of the subsystemnull if there is no writer registered
under subsystemNameCopyright © 2015 JBoss by Red Hat. All rights reserved.