net.bioclipse.xws.client.adhoc
Interface IService

All Superinterfaces:
IXmppItem

public interface IService
extends IXmppItem


Method Summary
 IFunction getFunction(java.lang.String function_name)
          Creates an object representing a function of the XMPP Service.
 Functions getFunctions()
          Returns an object that contains a list with all the functions that are hosted by the XMPP Service.
 
Methods inherited from interface net.bioclipse.xws.client.IXmppItem
discoverAsync, discoverSync, getDescription, getDiscoError, getDiscoStatus, getInfo, getItems, getJid, getNode, toString
 

Method Detail

getFunction

IFunction getFunction(java.lang.String function_name)
Creates an object representing a function of the XMPP Service.

Parameters:
function_name - The name of the function.
Returns:
The function.

getFunctions

Functions getFunctions()
                       throws XwsException
Returns an object that contains a list with all the functions that are hosted by the XMPP Service. The XMPP Service must be successfully discovered, otherwise returns null.

Returns:
The object that contains a list with all the functions that are hosted by the XMPP Service, or null if the XMPP Service was not successfully discovered.
Throws:
XwsException