Uses of Interface
net.bioclipse.xws.binding.IIoFactory

Packages that use IIoFactory
net.bioclipse.xws.binding   
 

Uses of IIoFactory in net.bioclipse.xws.binding
 

Methods in net.bioclipse.xws.binding that return IIoFactory
static IIoFactory BindingManager.getIoFactory(IFunction function)
          Loads a pre-existing binding to the classpath and returns a new instance of its IIoFactory.
static IIoFactory BindingManager.getIoFactory(IFunction function, BindingDefinitions definitions)
          Loads a pre-existing binding to the classpath and returns a new instance of its IIoFactory.
static IIoFactory BindingManager.getIoFactory(IoSchemata ioschemata)
          Creates and loads a binding to the classpath and returns a new instance of its IIoFactory.
static IIoFactory BindingManager.getIoFactory(IoSchemata ioschemata, BindingDefinitions definitions)
          Creates and loads a binding to the classpath and returns a new instance of its IIoFactory.