org.jboss.xb.builder.runtime
Class PropertyInterceptor
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.DefaultElementInterceptor
org.jboss.xb.builder.runtime.PropertyInterceptor
- All Implemented Interfaces:
- ElementInterceptor
public class PropertyInterceptor
- extends DefaultElementInterceptor
PropertyInterceptor.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Constructor Summary |
PropertyInterceptor(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
org.jboss.reflect.spi.TypeInfo propertyType)
Create a new PropertyHandler. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyInterceptor
public PropertyInterceptor(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
add
public void add(Object parent,
Object child,
QName qName)
- Specified by:
add
in interface ElementInterceptor
- Overrides:
add
in class DefaultElementInterceptor
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.