| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.stanza.model.server |
| Modifier and Type | Method and Description |
|---|---|
AbstractIQ.Type |
AbstractIQ.getType()
Gets the type.
|
static AbstractIQ.Type |
AbstractIQ.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIQ.Type[] |
AbstractIQ.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IQ(AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
IQ(AbstractIQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given id, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given receiver, id, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension,
String id,
Jid from,
String language,
StanzaError error)
Creates an IQ stanza with the given receiver, id, type, extension and error.
|
| Constructor and Description |
|---|
IQ(AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
IQ(AbstractIQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given id, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given receiver, id, type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension,
String id,
Jid from,
String language,
StanzaError error)
Creates an IQ stanza with the given receiver, id, type, extension and error.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.