public class AnyAttributePropertyHandler extends AnyAttributeHandler
Modifier and Type | Field and Description |
---|---|
protected org.jboss.logging.Logger |
log
The log
|
protected boolean |
trace
Whether trace is enabled
|
Constructor and Description |
---|
AnyAttributePropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType) |
Modifier and Type | Method and Description |
---|---|
void |
attribute(QName elemName,
QName attrName,
AnyAttributeBinding binding,
Object owner,
Object value) |
void |
doHandle(Object parent,
Object child,
QName qName) |
org.jboss.beans.info.spi.PropertyInfo |
getPropertyInfo()
Get the property info
|
void |
handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
Object parent,
Object child,
QName name) |
unmarshal
protected final org.jboss.logging.Logger log
protected boolean trace
public AnyAttributePropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo, org.jboss.reflect.spi.TypeInfo propertyType)
public org.jboss.beans.info.spi.PropertyInfo getPropertyInfo()
public void attribute(QName elemName, QName attrName, AnyAttributeBinding binding, Object owner, Object value)
attribute
in class AnyAttributeHandler
Copyright © 2015 JBoss by Red Hat. All rights reserved.