Class Bind2CarbonsHandler

java.lang.Object
org.jivesoftware.openfire.handler.Bind2CarbonsHandler
All Implemented Interfaces:
Bind2InlineHandler

public class Bind2CarbonsHandler extends Object implements Bind2InlineHandler
  • Constructor Details

    • Bind2CarbonsHandler

      public Bind2CarbonsHandler()
  • Method Details

    • getNamespace

      public String getNamespace()
      Description copied from interface: Bind2InlineHandler
      Gets the namespace this handler processes.
      Specified by:
      getNamespace in interface Bind2InlineHandler
      Returns:
      The XML namespace URI this handler supports
    • handleElement

      public boolean handleElement(LocalClientSession session, org.dom4j.Element bound, org.dom4j.Element element)
      Description copied from interface: Bind2InlineHandler
      Process an inline element from a bind2 request.
      Specified by:
      handleElement in interface Bind2InlineHandler
      bound - The "bound" element to add any output to
      element - The DOM element to process
      Returns:
      true if the element was handled successfully, false otherwise