org.jboss.xb.builder.runtime
Class NoopPropertyHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
org.jboss.xb.builder.runtime.AbstractPropertyHandler
org.jboss.xb.builder.runtime.NoopPropertyHandler
public class NoopPropertyHandler
- extends AbstractPropertyHandler
NoopPropertyHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Constructor Summary |
NoopPropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new NoopPropertyHandler. |
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 |
NoopPropertyHandler
public NoopPropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
- Create a new NoopPropertyHandler.
- Parameters:
propertyInfo
- the property infopropertyType
- the property type
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.