Interface XmppElementCallback

All Superinterfaces:
CompleteElementCallback

Callback for XmlSplitter.
  • Method Details

    • streamOpened

      void streamOpened(String prefix, Map<String,String> attributes)
      Invoked if a new XMPP 'stream' open tag has been read.
      Parameters:
      prefix - the prefix of the 'stream' element.
      attributes - the attributes of the 'stream' element.
    • streamClosed

      void streamClosed()
      Invoked when a XMPP 'stream' close tag has been read.