Package org.jivesoftware.openfire.pubsub
Class PubSubEngine.CreateNodeResponse
- java.lang.Object
-
- org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
-
- Enclosing class:
- PubSubEngine
public static class PubSubEngine.CreateNodeResponse extends Object
Response Object returned by createNodeHelper method
-
-
Field Summary
Fields Modifier and Type Field Description org.xmpp.packet.PacketError.Condition
creationStatus
Node
newNode
org.dom4j.Element
pubsubError
-
Constructor Summary
Constructors Constructor Description CreateNodeResponse(org.xmpp.packet.PacketError.Condition creationStatus, org.dom4j.Element pubsubError, Node newNode)
-
-
-
Field Detail
-
creationStatus
public final org.xmpp.packet.PacketError.Condition creationStatus
-
newNode
public final Node newNode
-
pubsubError
public final org.dom4j.Element pubsubError
-
-
Constructor Detail
-
CreateNodeResponse
public CreateNodeResponse(org.xmpp.packet.PacketError.Condition creationStatus, org.dom4j.Element pubsubError, Node newNode)
-
-