Interface XmppContext

  • All Known Implementing Classes:
    CoreContext

    public interface XmppContext
    Defines classes to be bound to the JAXBContext. Implementations of this interface can be found by using ServiceLoader and by placing a file called rocks.xmpp.core.XmppContext containing the full qualified class names of the implementations to META-INF/services.

    Implementations must have a public no-arg default constructor.

    See Also:
    XmppUtils.createContext(Iterable), ServiceLoader
    • Method Detail

      • getClasses

        Iterable<Class<?>> getClasses()
        Gets the classes to be bound to the JAXBContext.
        Returns:
        The clases to be bound.