Uses of Class
org.exolab.castor.builder.binding.ExtendedBinding

Packages that use ExtendedBinding
org.exolab.castor.builder Castor XML code generator 
org.exolab.castor.builder.binding Binding File Object Model for Castor XML code generator 
org.exolab.castor.builder.factory   
 

Uses of ExtendedBinding in org.exolab.castor.builder
 

Methods in org.exolab.castor.builder with parameters of type ExtendedBinding
 void SourceGenerator.setBinding(ExtendedBinding binding)
          Sets the binding to use with this instance of the SourceGenerator.
 

Constructors in org.exolab.castor.builder with parameters of type ExtendedBinding
SourceGenerator(FieldInfoFactory infoFactory, ExtendedBinding binding)
          Creates a SourceGenerator using the specific field info Factory and the given Binding element.
 

Uses of ExtendedBinding in org.exolab.castor.builder.binding
 

Methods in org.exolab.castor.builder.binding that return ExtendedBinding
static ExtendedBinding BindingLoader.createBinding(InputSource source)
          Factory method that returns a binding given an InputSource.
static ExtendedBinding BindingLoader.createBinding(String fileName)
          Factory method for unmarshalling an ExtendedBinding instance from the binding file as identified by the given file name.
 ExtendedBinding BindingLoader.getBinding()
          Returns the binding loaded by the BindingLoader.
 ExtendedBinding XMLBindingComponent.getBinding()
          Returns the Binding Object Model on which this XMLBindingComponent will query information.
 

Methods in org.exolab.castor.builder.binding with parameters of type ExtendedBinding
 void XMLBindingComponent.setBinding(ExtendedBinding binding)
          Sets the Binding Object Model on which this XMLBindingComponent will query information.
 

Uses of ExtendedBinding in org.exolab.castor.builder.factory
 

Methods in org.exolab.castor.builder.factory with parameters of type ExtendedBinding
 JClass SourceFactory.createSourceCode(ExtendedBinding binding, SimpleType simpleType, SGStateInfo sgState)
          Creates the Java source code to support the given Simpletype.
 



Copyright © 2012. All Rights Reserved.