Package org.jivesoftware.openfire.pubsub
Class PubSubEngine.CreateNodeResponse
java.lang.Object
org.jivesoftware.openfire.pubsub.PubSubEngine.CreateNodeResponse
- Enclosing class:
- PubSubEngine
Response Object returned by createNodeHelper method
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.xmpp.packet.PacketError.Condition
final Node
final org.dom4j.Element
-
Constructor Summary
ConstructorsConstructorDescriptionCreateNodeResponse
(org.xmpp.packet.PacketError.Condition creationStatus, org.dom4j.Element pubsubError, Node newNode) -
Method Summary
-
Field Details
-
creationStatus
public final org.xmpp.packet.PacketError.Condition creationStatus -
newNode
-
pubsubError
public final org.dom4j.Element pubsubError
-
-
Constructor Details
-
CreateNodeResponse
public CreateNodeResponse(org.xmpp.packet.PacketError.Condition creationStatus, org.dom4j.Element pubsubError, Node newNode)
-