Uses of Class
rocks.xmpp.core.stanza.model.StanzaErrorException
-
Packages that use StanzaErrorException Package Description rocks.xmpp.extensions.disco.model.info Provides XML schema implementations of XEP-0030: Service Discovery (#info).rocks.xmpp.extensions.disco.model.items Provides XML schema implementations of XEP-0030: Service Discovery (#items).rocks.xmpp.extensions.rpc Provides classes for XEP-0009: Jabber-RPC. -
-
Uses of StanzaErrorException in rocks.xmpp.extensions.disco.model.info
Methods in rocks.xmpp.extensions.disco.model.info that throw StanzaErrorException Modifier and Type Method Description DiscoverableInfo
InfoProvider. getInfo(Jid to, Jid from, String node, Locale locale)
Gets the info appropriate to the given parameters. -
Uses of StanzaErrorException in rocks.xmpp.extensions.disco.model.items
Methods in rocks.xmpp.extensions.disco.model.items that throw StanzaErrorException Modifier and Type Method Description ResultSetProvider<DiscoverableItem>
ItemProvider. getItems(Jid to, Jid from, String node, Locale locale)
Provides the result set of items, in order to manage the result set returned to the requesting entity. -
Uses of StanzaErrorException in rocks.xmpp.extensions.rpc
Methods in rocks.xmpp.extensions.rpc that throw StanzaErrorException Modifier and Type Method Description Value
RpcHandler. process(Jid requester, String methodName, List<Value> parameters)
Processes the remote procedure call.
-