Interface SmackInitializer
-
- All Known Implementing Classes:
UrlInitializer
,VmArgInitializer
public interface SmackInitializer
Defines an initialization class that will be instantiated and invoked by theSmackConfiguration
class during initialization.Any implementation of this class MUST have a default constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.Exception>
initialize()
-