Uses of Class
rocks.xmpp.extensions.rpc.RpcException
-
Packages that use RpcException Package Description rocks.xmpp.extensions.rpc Provides classes for XEP-0009: Jabber-RPC. -
-
Uses of RpcException in rocks.xmpp.extensions.rpc
Methods in rocks.xmpp.extensions.rpc that throw RpcException Modifier and Type Method Description Value
RpcHandler. process(Jid requester, String methodName, List<Value> parameters)
Processes the remote procedure call.
-