Package org.jivesoftware.smack.provider
Interface ProviderLoader
- All Known Implementing Classes:
ProviderFileLoader
public interface ProviderLoader
Used to load providers into the
ProviderManager
.-
Method Summary
Modifier and TypeMethodDescriptionProvides the extension providers for the creation of extension providers to be added to theProviderManager
.Provides the IQ provider info for the creation of IQ providers to be added to theProviderManager
.Provides the stream feature providers information for the creation of stream feature providers to be added to theProviderManager
.
-
Method Details
-
getIQProviderInfo
Provides the IQ provider info for the creation of IQ providers to be added to theProviderManager
.- Returns:
- The IQ provider info to load.
-
getExtensionProviderInfo
Provides the extension providers for the creation of extension providers to be added to theProviderManager
.- Returns:
- The extension provider info to load.
-
getStreamFeatureProviderInfo
Provides the stream feature providers information for the creation of stream feature providers to be added to theProviderManager
.- Returns:
- The extension provider info to load.
-