Class XmlFileMarshallingHandler
java.lang.Object
org.jboss.as.controller.operations.common.AbstractXmlMarshallingHandler
org.jboss.as.controller.operations.common.XmlFileMarshallingHandler
- All Implemented Interfaces:
OperationStepHandler
A
OperationStepHandler that can output a model in XML file.- Author:
- Emmanuel Hugonnet (c) 2021 Red Hat, Inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidattachResult(OperationContext context, ByteArrayOutputStream baos) Methods inherited from class org.jboss.as.controller.operations.common.AbstractXmlMarshallingHandler
execute, getBaseAddress
-
Field Details
-
DEFINITION
-
-
Constructor Details
-
XmlFileMarshallingHandler
-
-
Method Details
-
attachResult
- Specified by:
attachResultin classAbstractXmlMarshallingHandler
-