Uses of Interface
net.bioclipse.xws.client.IXmppItem

Packages that use IXmppItem
net.bioclipse.xws.client   
net.bioclipse.xws.client.adhoc   
net.bioclipse.xws.client.disco   
net.bioclipse.xws.client.listeners   
 

Uses of IXmppItem in net.bioclipse.xws.client
 

Methods in net.bioclipse.xws.client that return IXmppItem
 IXmppItem IXmppItem.discoverSync(long millis)
          Starts synchronous discovery of the XMPP item.
 IXmppItem Client.getXmppItem(java.lang.String jid, java.lang.String node)
          Creates an object representing a XMPP item.
 

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

Subinterfaces of IXmppItem in net.bioclipse.xws.client.adhoc
 interface IFunction
           
 interface IService
           
 

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

Methods in net.bioclipse.xws.client.disco that return types with arguments of type IXmppItem
 java.util.List<IXmppItem> Items.getList()
          Returns the List of XMPP items or null.
 

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

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

Methods in net.bioclipse.xws.client.listeners with parameters of type IXmppItem
 void IDiscoListener.onDiscovered(IXmppItem i, DiscoStatus disco_status)
          Discovery of the XMPP item completed or an error occurred.