Class Bind2CarbonsHandler
java.lang.Object
org.jivesoftware.openfire.handler.Bind2CarbonsHandler
- All Implemented Interfaces:
Bind2InlineHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the namespace this handler processes.booleanhandleElement(LocalClientSession session, org.dom4j.Element bound, org.dom4j.Element element) Process an inline element from a bind2 request.
-
Constructor Details
-
Bind2CarbonsHandler
public Bind2CarbonsHandler()
-
-
Method Details
-
getNamespace
Description copied from interface:Bind2InlineHandlerGets the namespace this handler processes.- Specified by:
getNamespacein interfaceBind2InlineHandler- 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:Bind2InlineHandlerProcess an inline element from a bind2 request.- Specified by:
handleElementin interfaceBind2InlineHandlerbound- The "bound" element to add any output toelement- The DOM element to process- Returns:
- true if the element was handled successfully, false otherwise
-