public static class PubSubEngine.CreateNodeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
org.xmpp.packet.PacketError.Condition |
creationStatus |
Node |
newNode |
org.dom4j.Element |
pubsubError |
| Constructor and Description |
|---|
CreateNodeResponse(org.xmpp.packet.PacketError.Condition creationStatus,
org.dom4j.Element pubsubError,
Node newNode) |
public final org.xmpp.packet.PacketError.Condition creationStatus
public final Node newNode
public final org.dom4j.Element pubsubError
public CreateNodeResponse(org.xmpp.packet.PacketError.Condition creationStatus,
org.dom4j.Element pubsubError,
Node newNode)
Copyright © 2003–2019 Ignite Realtime. All rights reserved.