Uses of Class
org.exolab.castor.builder.binding.ExtendedBinding
Packages that use ExtendedBinding
Package
Description
Castor XML code generator
Binding File Object Model for Castor XML code generator
-
Uses of ExtendedBinding in org.exolab.castor.builder
Methods in org.exolab.castor.builder with parameters of type ExtendedBindingModifier and TypeMethodDescriptionfinal 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 ExtendedBindingModifierConstructorDescriptionSourceGenerator
(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 ExtendedBindingModifier and TypeMethodDescriptionstatic ExtendedBinding
BindingLoader.createBinding
(String fileName) Factory method for unmarshalling anExtendedBinding
instance from the binding file as identified by the given file name.static ExtendedBinding
BindingLoader.createBinding
(InputSource source) Factory method that returns a binding given an InputSource.BindingLoader.getBinding()
Returns the binding loaded by the BindingLoader.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 ExtendedBindingModifier and TypeMethodDescriptionvoid
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 ExtendedBindingModifier and TypeMethodDescriptionSourceFactory.createSourceCode
(ExtendedBinding binding, SimpleType simpleType, SGStateInfo sgState) Creates the Java source code to support the given Simpletype.