net.bioclipse.xws.client.listeners
Interface IIoSchemataListener


public interface IIoSchemataListener


Method Summary
 void onError(IFunction f, XwsException error)
          A XMPP Service specific error occurred.
 void onIqError(IFunction f, XmppException error)
          A XMPP specific error occurred.
 void onSchemata(IFunction f, IoSchemata ioschemata)
          The XMPP Service function specific input/output XML Schemata were received.
 

Method Detail

onIqError

void onIqError(IFunction f,
               XmppException error)
A XMPP specific error occurred.

Parameters:
f - The XMPP Service function.
error - The error.

onError

void onError(IFunction f,
             XwsException error)
A XMPP Service specific error occurred.

Parameters:
f - The XMPP Service function.
error - The error.

onSchemata

void onSchemata(IFunction f,
                IoSchemata ioschemata)
The XMPP Service function specific input/output XML Schemata were received.

Parameters:
f - The XMPP Service function.
ioschemata - The input/output XML Schemata of the function.