Class XmlMarshallingHandler
- java.lang.Object
-
- org.jboss.as.controller.operations.common.AbstractXmlMarshallingHandler
-
- org.jboss.as.controller.operations.common.XmlMarshallingHandler
-
- All Implemented Interfaces:
OperationStepHandler
public class XmlMarshallingHandler extends AbstractXmlMarshallingHandler
AOperationStepHandlerthat can output a model in XML form- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static SimpleOperationDefinitionDEFINITION
-
Constructor Summary
Constructors Constructor Description XmlMarshallingHandler(ConfigurationPersister configPersister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidattachResult(OperationContext context, ByteArrayOutputStream baos)-
Methods inherited from class org.jboss.as.controller.operations.common.AbstractXmlMarshallingHandler
execute, getBaseAddress
-
-
-
-
Field Detail
-
DEFINITION
public static final SimpleOperationDefinition DEFINITION
-
-
Constructor Detail
-
XmlMarshallingHandler
public XmlMarshallingHandler(ConfigurationPersister configPersister)
-
-
Method Detail
-
attachResult
protected void attachResult(OperationContext context, ByteArrayOutputStream baos)
- Specified by:
attachResultin classAbstractXmlMarshallingHandler
-
-