Uses of Class
net.bioclipse.xws.exceptions.XwsException

Packages that use XwsException
net.bioclipse.xws   
net.bioclipse.xws.client   
net.bioclipse.xws.client.adhoc   
net.bioclipse.xws.client.listeners   
 

Uses of XwsException in net.bioclipse.xws
 

Methods in net.bioclipse.xws that throw XwsException
static org.w3c.dom.Element JavaDOMTools.getXmlFileRootElement(java.lang.String file_name)
          Returns the root element of a XML file.
 

Uses of XwsException in net.bioclipse.xws.client
 

Methods in net.bioclipse.xws.client that throw XwsException
 void IXmppItem.discoverAsync(IDiscoListener listener)
          Starts asynchronous discovery of the XMPP item.
 IXmppItem IXmppItem.discoverSync(long millis)
          Starts synchronous discovery of the XMPP item.
 Info IXmppItem.getInfo()
          Returns the Info of the XMPP item if available, otherwise null.
 Items IXmppItem.getItems()
          Returns the Items of the XMPP item if available, otherwise null.
 

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

Methods in net.bioclipse.xws.client.adhoc that throw XwsException
 Functions IService.getFunctions()
          Returns an object that contains a list with all the functions that are hosted by the XMPP Service.
 IoSchemata IFunction.getIoSchemataSync(long millis)
          Retrieves the input/output XML Schemata of the function.
 org.w3c.dom.Element IFunction.invokeSync(org.w3c.dom.Element input, long millis)
          Invokes the function.
 org.w3c.dom.Element IFunction.invokeSync(java.lang.String input_element, long millis)
          Invokes the function.
 boolean IFunction.isCompatibleFunction()
          Returns true if this function is compatible with XEP-0244: IO Data.
 

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

Methods in net.bioclipse.xws.client.listeners with parameters of type XwsException
 void IIoSchemataListener.onError(IFunction f, XwsException error)
          A XMPP Service specific error occurred.
 void ISimpleProcessListener.onError(IProcess p, XwsException error)
          A process specific error occurred.
 void ICommandListener.onError(IProcess p, XwsException error, boolean terminated)
          A XMPP Service or remote process specific error occurred.