public final class Rpc extends Object
<query/> element in the jabber:iq:rpc namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
Rpc.MethodCall |
static class |
Rpc.MethodResponse |
| Constructor and Description |
|---|
Rpc(Rpc.MethodResponse.Fault fault) |
Rpc(String methodName,
Value... parameters) |
Rpc(Value value) |
| Modifier and Type | Method and Description |
|---|---|
Rpc.MethodCall |
getMethodCall() |
Rpc.MethodResponse |
getMethodResponse() |
public static final String NAMESPACE
public Rpc(Value value)
public Rpc(Rpc.MethodResponse.Fault fault)
public Rpc.MethodCall getMethodCall()
public Rpc.MethodResponse getMethodResponse()
Copyright © 2014 XMPP.rocks. All rights reserved.