Uses of Class
org.jivesoftware.smack.provider.IQProviderInfo
-
Packages that use IQProviderInfo Package Description org.jivesoftware.smack.provider Provides pluggable parsing of incoming IQ's and extensions elements. -
-
Uses of IQProviderInfo in org.jivesoftware.smack.provider
Methods in org.jivesoftware.smack.provider that return types with arguments of type IQProviderInfo Modifier and Type Method Description java.util.Collection<IQProviderInfo>
ProviderFileLoader. getIQProviderInfo()
java.util.Collection<IQProviderInfo>
ProviderLoader. getIQProviderInfo()
Provides the IQ provider info for the creation of IQ providers to be added to theProviderManager
.
-