Package rocks.xmpp.extensions
Class ExtensionsContext
- java.lang.Object
-
- rocks.xmpp.extensions.ExtensionsContext
-
- All Implemented Interfaces:
XmppContext
public final class ExtensionsContext extends Object implements XmppContext
Defines extension protocol classes to be bound to the JAXBContext.This class is not intended to be used by end users.
-
-
Constructor Summary
Constructors Constructor Description ExtensionsContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<Class<?>>
getClasses()
Gets the classes to be bound to theJAXBContext
.
-
-
-
Method Detail
-
getClasses
public Iterable<Class<?>> getClasses()
Description copied from interface:XmppContext
Gets the classes to be bound to theJAXBContext
.- Specified by:
getClasses
in interfaceXmppContext
- Returns:
- The clases to be bound.
-
-