Class Bind2CarbonsHandler

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

public class Bind2CarbonsHandler extends Object implements Bind2InlineHandler
Handles inline elements related to Message Carbons during Bind2 requests.
  • 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
    • getDisplayName

      public String getDisplayName()
      Description copied from interface: Bind2InlineHandler
      Gets a human-friendly name for this handler.
      Specified by:
      getDisplayName in interface Bind2InlineHandler
      Returns:
      a human-friendly name for this handler.
    • 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