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

Packages that use IService
net.bioclipse.xws.client   
net.bioclipse.xws.client.adhoc   
 

Uses of IService in net.bioclipse.xws.client
 

Methods in net.bioclipse.xws.client that return IService
 IService Client.getService(java.lang.String service_jid)
          Creates an object representing a XMPP Service.
 

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

Methods in net.bioclipse.xws.client.adhoc that return IService
 IService IFunction.getService()
          Returns the XMPP Service that hosts the function.
 IService IProcess.getService()
          Returns the XMPP Service associated with the process.