org.jboss.xb.builder.runtime
Class PropertyHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
org.jboss.xb.builder.runtime.AbstractPropertyHandler
org.jboss.xb.builder.runtime.PropertyHandler
- Direct Known Subclasses:
- PropertyWildcardHandler
public class PropertyHandler
- extends AbstractPropertyHandler
PropertyHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Constructor Summary |
PropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new PropertyHandler. |
Method Summary |
void |
handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
Object parent,
Object child,
QName qName)
Handle the property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHandler
public PropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
- Create a new PropertyHandler.
- Parameters:
propertyInfo
- the propertypropertyType
- the property type
- Throws:
IllegalArgumentException
- for a null property
handle
public void handle(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType,
Object parent,
Object child,
QName qName)
- Description copied from class:
AbstractPropertyHandler
- Handle the property
- Specified by:
handle
in class AbstractPropertyHandler
- Parameters:
propertyInfo
- the propertypropertyType
- the property typeparent
- the parentchild
- the childqName
- the qName
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.