Uses of Interface
org.jboss.xb.binding.sunday.unmarshalling.SchemaBindingInitializer

Packages that use SchemaBindingInitializer
org.jboss.xb.binding.resolver   
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.builder   
 

Uses of SchemaBindingInitializer in org.jboss.xb.binding.resolver
 

Methods in org.jboss.xb.binding.resolver that return SchemaBindingInitializer
 SchemaBindingInitializer AbstractMutableSchemaResolver.removeSchemaInitializer(String nsUri)
          Unregisters and returns the SchemaBindingInitializer for the namespace URI.
 SchemaBindingInitializer MutableSchemaResolver.removeSchemaInitializer(String nsUri)
          Unregisters and returns the SchemaBindingInitializer for the namespace URI.
 

Methods in org.jboss.xb.binding.resolver with parameters of type SchemaBindingInitializer
 void AbstractMutableSchemaResolver.mapSchemaInitializer(String nsUri, SchemaBindingInitializer sbi)
          Registers an instance of SchemaBindingInitializer for the namespace URI.
 void MutableSchemaResolver.mapSchemaInitializer(String nsUri, SchemaBindingInitializer sbi)
          Registers an instance of SchemaBindingInitializer for the namespace URI.
 

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

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type SchemaBindingInitializer
 void DefaultSchemaResolver.addSchemaInitializer(String nsUri, SchemaBindingInitializer sbi)
          Registers an instance of SchemaBindingInitializer for the namespace URI.
 

Uses of SchemaBindingInitializer in org.jboss.xb.builder
 

Classes in org.jboss.xb.builder that implement SchemaBindingInitializer
 class BuilderSchemaBindingInitializer<T>
          BuilderSchemaBindingInitializer.
 

Methods in org.jboss.xb.builder that return SchemaBindingInitializer
static
<T> SchemaBindingInitializer
JBossXBBuilder.newInitializer(Class<T> root)
          Create a new schema binding initializer
 



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