Class WriteAttributeHandler

java.lang.Object
org.jboss.as.controller.operations.global.WriteAttributeHandler
All Implemented Interfaces:
OperationStepHandler
Direct Known Subclasses:
UndefineAttributeHandler

public class WriteAttributeHandler extends Object implements OperationStepHandler
OperationStepHandler writing a single attribute. The required request parameter "name" represents the attribute name.
Author:
Kabir Khan