| Package | Description |
|---|---|
| rocks.xmpp.extensions.rpc.model |
Provides XML schema implementations of XEP-0009: Jabber-RPC.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Rpc.MethodResponse.getResponse() |
Value |
Parameter.getValue() |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Value.getAsArray()
Gets the value as array or null.
|
Map<String,Value> |
Value.getAsMap()
Gets the value as map or null.
|
| Constructor and Description |
|---|
MethodCall(String methodName,
Value... parameters) |
Parameter(Value value) |
Rpc(String methodName,
Value... parameters) |
Rpc(Value value) |
| Constructor and Description |
|---|
Value(List<Value> list)
Creates an array type value.
|
Value(Map<String,Value> map)
Creates a struct type value.
|
Copyright © 2014 XMPP.rocks. All rights reserved.