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 ExtendedBindingBindingLoader.createBinding(String fileName) Factory method for unmarshalling anExtendedBindinginstance from the binding file as identified by the given file name.static ExtendedBindingBindingLoader.createBinding(InputSource source) Factory method that returns a binding given an InputSource.voidBindingLoader.loadBinding(String url) Loads the binding file from theURLgiven, and populates theExtendedBindinginstance from the values given.voidBindingLoader.loadBinding(InputSource source) Loads a Binding Document.