org.jboss.xb.builder.runtime
Class CollectionPropertyHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
org.jboss.xb.builder.runtime.AbstractPropertyHandler
org.jboss.xb.builder.runtime.CollectionPropertyHandler
- Direct Known Subclasses:
- CollectionPropertyWildcardHandler
public class CollectionPropertyHandler
- extends AbstractPropertyHandler
CollectionPropertyHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock, Ales Justin
Constructor Summary |
CollectionPropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new CollectionPropertyHandler. |
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 |
CollectionPropertyHandler
public CollectionPropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
- Create a new CollectionPropertyHandler.
- Parameters:
propertyInfo
- the propertypropertyType
- the property type
- Throws:
IllegalArgumentException
- for a null qName or 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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.