public abstract class SmackAndOsgiInitializer extends java.lang.Object implements SmackInitializer
| Constructor and Description |
|---|
SmackAndOsgiInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
A simple wrapper around
initialize(java.lang.ClassLoader) for OSGi, as the activate method of a component
must have a void return type. |
java.util.List<java.lang.Exception> |
initialize(java.lang.ClassLoader classLoader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializepublic final void activate()
initialize(java.lang.ClassLoader) for OSGi, as the activate method of a component
must have a void return type.public java.util.List<java.lang.Exception> initialize(java.lang.ClassLoader classLoader)
initialize in interface SmackInitializer