net.bioclipse.xws.component.functions
Interface IFunctions


public interface IFunctions


Method Summary
 java.lang.Class[] getFunctions()
          Must return an array with the classes of all XMPP Service functions that should get loaded by the XMPP Service component.
 

Method Detail

getFunctions

java.lang.Class[] getFunctions()
Must return an array with the classes of all XMPP Service functions that should get loaded by the XMPP Service component.

Returns:
an array with the classes of the XMPP Service functions.