Uses of Class
org.exolab.castor.builder.binding.BindingException
Packages that use BindingException
Package
Description
Binding File Object Model for Castor XML code generator
-
Uses of BindingException in org.exolab.castor.builder.binding
Methods in org.exolab.castor.builder.binding that throw BindingExceptionModifier 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.void
BindingLoader.loadBinding
(String url) Loads the binding file from theURL
given, and populates theExtendedBinding
instance from the values given.void
BindingLoader.loadBinding
(InputSource source) Loads a Binding Document.