Class PubSubEngine.CreateNodeResponse

  • Enclosing class:
    PubSubEngine

    public static class PubSubEngine.CreateNodeResponse
    extends Object
    Response Object returned by createNodeHelper method
    • 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)