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

Packages that use AbstractPropertyHandler
org.jboss.xb.builder.runtime   
org.jboss.xb.spi   
 

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 NoopPropertyHandler
          NoopPropertyHandler.
 class PropertyHandler
          PropertyHandler.
 class PropertyWildcardHandler
          PropertyWildcardHandler.
 class SimplePropertyHandler
          SimplePropertyHandler.
 

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.
 



Copyright © 2007 JBoss Inc.. All Rights Reserved.