Uses of Interface
net.bioclipse.xws.client.adhoc.IFunction

Packages that use IFunction
net.bioclipse.xws.binding   
net.bioclipse.xws.client   
net.bioclipse.xws.client.adhoc   
net.bioclipse.xws.client.disco   
net.bioclipse.xws.client.listeners   
 

Uses of IFunction in net.bioclipse.xws.binding
 

Methods in net.bioclipse.xws.binding with parameters of type IFunction
static java.io.File[] BindingManager.getBindingFiles(IFunction function)
          Returns an array of directories.
static java.io.File[] BindingManager.getBindingFiles(IFunction function, BindingDefinitions definitions)
          Returns an array of directories.
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.
 

Uses of IFunction in net.bioclipse.xws.client
 

Methods in net.bioclipse.xws.client that return IFunction
 IFunction Client.getFunction(java.lang.String service_jid, java.lang.String function_name)
          Creates an object representing a function of a XMPP Service.
 

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

Methods in net.bioclipse.xws.client.adhoc that return IFunction
 IFunction IoSchemata.getFunction()
          Returns the function associated with the input/output XML Schemata.
 IFunction IProcess.getFunction()
          Returns the function associated with the process.
 IFunction IService.getFunction(java.lang.String function_name)
          Creates an object representing a function of the XMPP Service.
 

Uses of IFunction in net.bioclipse.xws.client.disco
 

Methods in net.bioclipse.xws.client.disco that return types with arguments of type IFunction
 java.util.List<IFunction> Functions.getList()
          Returns the List of functions or null.
 

Constructor parameters in net.bioclipse.xws.client.disco with type arguments of type IFunction
Functions(java.util.List<IFunction> functions)
          Initializes a newly created Functions object.
 

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

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