Uses of Interface
org.jboss.xb.binding.metadata.unmarshalling.TopElementBinding

Packages that use TopElementBinding
org.jboss.xb.binding.metadata.unmarshalling   
org.jboss.xb.binding.metadata.unmarshalling.impl   
 

Uses of TopElementBinding in org.jboss.xb.binding.metadata.unmarshalling
 

Methods in org.jboss.xb.binding.metadata.unmarshalling that return TopElementBinding
abstract  TopElementBinding DocumentBindingFactory.bindTopElement(NamespaceBinding ns, String elementName, Class javaClass)
           
 TopElementBinding NamespaceBinding.getTopElement(String elementName)
           
 

Uses of TopElementBinding in org.jboss.xb.binding.metadata.unmarshalling.impl
 

Classes in org.jboss.xb.binding.metadata.unmarshalling.impl that implement TopElementBinding
static class DocumentBindingFactoryImpl.AbstractTopElementBinding
           
 

Methods in org.jboss.xb.binding.metadata.unmarshalling.impl that return TopElementBinding
 TopElementBinding DocumentBindingFactoryImpl.bindTopElement(NamespaceBinding ns, String elementName, Class javaClass)
           
 TopElementBinding DocumentBindingFactoryImpl.AbstractNamespaceBinding.getTopElement(String elementName)
           
protected abstract  TopElementBinding DocumentBindingFactoryImpl.AbstractNamespaceBinding.getTopElementLocal(String elementName)
           
 



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