Uses of Class
net.bioclipse.xws.client.adhoc.IoSchemata

Packages that use IoSchemata
net.bioclipse.xws.binding   
net.bioclipse.xws.client.adhoc   
net.bioclipse.xws.client.listeners   
 

Uses of IoSchemata in net.bioclipse.xws.binding
 

Methods in net.bioclipse.xws.binding with parameters of type IoSchemata
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.
 

Uses of IoSchemata in net.bioclipse.xws.client.adhoc
 

Methods in net.bioclipse.xws.client.adhoc that return IoSchemata
 IoSchemata IFunction.getIoSchemataSync(long millis)
          Retrieves the input/output XML Schemata of the function.
 

Uses of IoSchemata in net.bioclipse.xws.client.listeners
 

Methods in net.bioclipse.xws.client.listeners with parameters of type IoSchemata
 void IIoSchemataListener.onSchemata(IFunction f, IoSchemata ioschemata)
          The XMPP Service function specific input/output XML Schemata were received.