JBoss XML Binding 2.0.3.GA-redhat-2

org.jboss.xb.builder.runtime
Class NoopPropertyHandler

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
      extended by org.jboss.xb.builder.runtime.AbstractPropertyHandler
          extended by org.jboss.xb.builder.runtime.NoopPropertyHandler

public class NoopPropertyHandler
extends AbstractPropertyHandler

NoopPropertyHandler.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
 
Fields inherited from class org.jboss.xb.builder.runtime.AbstractPropertyHandler
log, trace
 
Fields inherited from class org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
NOOP
 
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 org.jboss.xb.builder.runtime.AbstractPropertyHandler
attribute, doHandle, getPropertyInfo, getPropertyType
 
Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopPropertyHandler

public NoopPropertyHandler(org.jboss.beans.info.spi.PropertyInfo propertyInfo,
                           org.jboss.reflect.spi.TypeInfo propertyType)
Create a new NoopPropertyHandler.

Parameters:
propertyInfo - the property info
propertyType - the property type
Method Detail

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 property
propertyType - the property type
parent - the parent
child - the child
qName - the qName

JBoss XML Binding 2.0.3.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.