Package rocks.xmpp.core
Class CoreContext
- java.lang.Object
-
- rocks.xmpp.core.CoreContext
-
- All Implemented Interfaces:
XmppContext
public final class CoreContext extends Object implements XmppContext
Defines core classes to be bound to the JAXBContext.This class is not intended to be used by end users.
-
-
Constructor Summary
Constructors Constructor Description CoreContext()
-
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 final Iterable<Class<?>> getClasses()
Description copied from interface:XmppContextGets the classes to be bound to theJAXBContext.- Specified by:
getClassesin interfaceXmppContext- Returns:
- The clases to be bound.
-
-