public abstract class AttributeHandler extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeHandler |
NOOP |
Constructor and Description |
---|
AttributeHandler() |
Modifier and Type | Method and Description |
---|---|
abstract void |
attribute(QName elemName,
QName attrName,
AttributeBinding binding,
Object owner,
Object value) |
Object |
unmarshal(QName elemName,
QName attrName,
AttributeBinding binding,
NamespaceContext nsCtx,
String value) |
public static AttributeHandler NOOP
public Object unmarshal(QName elemName, QName attrName, AttributeBinding binding, NamespaceContext nsCtx, String value)
public abstract void attribute(QName elemName, QName attrName, AttributeBinding binding, Object owner, Object value)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.