Class ModelOnlyWriteAttributeHandler

java.lang.Object
org.jboss.as.controller.AbstractWriteAttributeHandler<Void>
org.jboss.as.controller.ModelOnlyWriteAttributeHandler
All Implemented Interfaces:
OperationStepHandler

public class ModelOnlyWriteAttributeHandler extends AbstractWriteAttributeHandler<Void>
A write-attribute handler that simply validates the attribute value and stores it in the model.
Author:
Brian Stansberry (c) 2012 Red Hat Inc.