Uses of Class
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler

Packages that use AttributeHandler
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.binding.sunday.unmarshalling.impl.runtime   
 

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

Fields in org.jboss.xb.binding.sunday.unmarshalling declared as AttributeHandler
static AttributeHandler AttributeHandler.NOOP
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling that return AttributeHandler
 AttributeHandler AttributeBinding.getHandler()
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type AttributeHandler
 AttributeBinding TypeBinding.addAttribute(javax.xml.namespace.QName name, TypeBinding type, AttributeHandler handler)
           
 AttributeBinding SimpleTypeBinding.addAttribute(javax.xml.namespace.QName name, TypeBinding type, AttributeHandler handler)
           
 void AttributeBinding.setHandler(AttributeHandler handler)
           
 

Constructors in org.jboss.xb.binding.sunday.unmarshalling with parameters of type AttributeHandler
AttributeBinding(SchemaBinding schema, TypeBinding type, AttributeHandler handler)
           
 

Uses of AttributeHandler in org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
 

Subclasses of AttributeHandler in org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
 class RtAttributeHandler
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.