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 Rpc
Rpc. ofFaultResponse(int faultCode, String faultString)
Creates a method response with a fault.static Rpc
Rpc. ofMethodCall(String methodName, Value... parameters)
Creates a method call with a list of parameters.static Rpc
Rpc. ofMethodResponse(Value value)
Creates a method response.
-