net.bioclipse.xws.client.disco
Class Functions

java.lang.Object
  extended by net.bioclipse.xws.client.disco.Functions

public class Functions
extends java.lang.Object


Constructor Summary
Functions(java.util.List<IFunction> functions)
          Initializes a newly created Functions object.
Functions(XmppException xmpp_exception)
          Initializes a newly created Functions object.
 
Method Summary
 XmppException getDiscoError()
          Returns the discovery error or null.
 DiscoStatus getDiscoStatus()
          Returns the discovery status.
 java.util.List<IFunction> getList()
          Returns the List of functions or null.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Functions

public Functions(java.util.List<IFunction> functions)
Initializes a newly created Functions object.

Parameters:
functions - List of functions.

Functions

public Functions(XmppException xmpp_exception)
Initializes a newly created Functions object.

Parameters:
xmpp_exception - The discovery error.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getList

public java.util.List<IFunction> getList()
Returns the List of functions or null.

Returns:
The List of functions or null.

getDiscoStatus

public DiscoStatus getDiscoStatus()
Returns the discovery status.

Returns:
The discovery status.

getDiscoError

public XmppException getDiscoError()
Returns the discovery error or null.

Returns:
The discovery error or null.