Interface ReportAttacher
- All Known Implementing Classes:
ReportAttacher.AbstractReportAttacher
public interface ReportAttacher
Interfaceto build a report from ModelNode as a binary stream and attach it to the response.
- Author:
- Emmanuel Hugonnet (c) 2015 Red Hat, inc.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReport(org.jboss.dmr.ModelNode report) voidattachResult(OperationContext context)
-
Method Details
-
addReport
- Throws:
OperationFailedException
-
attachResult
- Throws:
OperationFailedException
-