Package rocks.xmpp.extensions.rpc
Provides classes for XEP-0009: Jabber-RPC.
It defines an XMPP protocol extension for transporting XML-RPC encoded requests and responses between two XMPP entities. The protocol supports all syntax and semantics of XML-RPC except that it uses XMPP instead of HTTP as the underlying transport.
-
Interface Summary Interface Description RpcHandler Handles an inbound remote procedure call.RpcManager Allows you to call remote procedures and handle inbound calls. -
Class Summary Class Description AbstractRpcManager This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Exception Summary Exception Description RpcException This exception can be thrown by aRpcHandler
to indicate application-level errors.