JBoss XML Binding 2.0.3.GA

Uses of Class
org.jboss.xb.builder.runtime.AbstractPropertyHandler

Packages that use AbstractPropertyHandler
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.builder.runtime   
org.jboss.xb.spi   
 

Uses of AbstractPropertyHandler in org.jboss.xb.binding.sunday.unmarshalling
 

Constructors in org.jboss.xb.binding.sunday.unmarshalling with parameters of type AbstractPropertyHandler
CollectionRepeatableParticleHandler(AbstractPropertyHandler propertyHandler, org.jboss.reflect.spi.ClassInfo collectionType, ValueAdapter valueAdapter)
           
 

Uses of AbstractPropertyHandler in org.jboss.xb.builder.runtime
 

Subclasses of AbstractPropertyHandler in org.jboss.xb.builder.runtime
 class CollectionPropertyHandler
          CollectionPropertyHandler.
 class CollectionPropertyWildcardHandler
          CollectionPropertyWildcardHandler.
 class MapPropertyHandler
          MapPropertyHandler.
 class NonXmlAnyElementDOMElementPropertyHandler
          A DOMElementPropertyHandler.
 class NoopPropertyHandler
          NoopPropertyHandler.
 class PropertyHandler
          PropertyHandler.
 class PropertyWildcardHandler
          PropertyWildcardHandler.
 class SimplePropertyHandler
          SimplePropertyHandler.
 

Fields in org.jboss.xb.builder.runtime declared as AbstractPropertyHandler
protected  AbstractPropertyHandler SetParentOverrideHandler.propHandler
           
 

Methods in org.jboss.xb.builder.runtime that return AbstractPropertyHandler
 AbstractPropertyHandler WrapperBeanAdapterFactory.getPropertyHandler(QName name)
           
 AbstractPropertyHandler WrapperBeanAdapterFactory.getWildcardHandler()
           
 

Methods in org.jboss.xb.builder.runtime that return types with arguments of type AbstractPropertyHandler
 Map<QName,AbstractPropertyHandler> WrapperBeanAdapterFactory.getProperties()
           
 

Methods in org.jboss.xb.builder.runtime with parameters of type AbstractPropertyHandler
 void WrapperBeanAdapterFactory.addProperty(QName name, AbstractPropertyHandler propertyHandler)
           
 void WrapperBeanAdapterFactory.setWildcardHandler(AbstractPropertyHandler wildcardHandler)
           
 

Constructors in org.jboss.xb.builder.runtime with parameters of type AbstractPropertyHandler
AppendingArrayRepeatableHandler(AbstractPropertyHandler propertyHandler)
           
ArrayWrapperRepeatableParticleHandler(AbstractPropertyHandler setParentProperty)
           
SetParentOverrideHandler(ParticleHandler delegate, AbstractPropertyHandler propHandler)
           
 

Uses of AbstractPropertyHandler in org.jboss.xb.spi
 

Methods in org.jboss.xb.spi that return AbstractPropertyHandler
 AbstractPropertyHandler BeanAdapterFactory.getPropertyHandler(QName qName)
          Get the property handler for an element name
 AbstractPropertyHandler BeanAdapter.getPropertyHandler(QName qName)
          Get the property handler for an element name
 AbstractPropertyHandler BeanAdapterFactory.getWildcardHandler()
          Get the wildcardHandler.
 AbstractPropertyHandler BeanAdapter.getWildcardHandler()
          Get the wildcardHandler.
 

Methods in org.jboss.xb.spi that return types with arguments of type AbstractPropertyHandler
 Map<QName,AbstractPropertyHandler> BeanAdapterFactory.getProperties()
          Get the properties
 

Methods in org.jboss.xb.spi with parameters of type AbstractPropertyHandler
 void BeanAdapterFactory.addProperty(QName qName, AbstractPropertyHandler propertyHandler)
          Add a property
 void BeanAdapterFactory.setWildcardHandler(AbstractPropertyHandler wildcardHandler)
          Set the wildcardHandler.
 


JBoss XML Binding 2.0.3.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.