Uses of Class
rocks.xmpp.extensions.rpc.model.Rpc
-
Packages that use Rpc Package Description rocks.xmpp.extensions.rpc.model Provides XML schema implementations of XEP-0009: Jabber-RPC. -
-
Uses of Rpc in rocks.xmpp.extensions.rpc.model
Methods in rocks.xmpp.extensions.rpc.model that return Rpc Modifier and Type Method Description static RpcRpc. ofFaultResponse(int faultCode, String faultString)Creates a method response with a fault.static RpcRpc. ofMethodCall(String methodName, Value... parameters)Creates a method call with a list of parameters.static RpcRpc. ofMethodResponse(Value value)Creates a method response.
-