Uses of Class
org.apache.qpid.jms.provider.ProviderFactory
-
Packages that use ProviderFactory Package Description org.apache.qpid.jms.provider org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.failover -
-
Uses of ProviderFactory in org.apache.qpid.jms.provider
Methods in org.apache.qpid.jms.provider that return ProviderFactory Modifier and Type Method Description static ProviderFactoryProviderFactory. findProviderFactory(String scheme)Searches for a ProviderFactory by using the scheme given.static ProviderFactoryProviderFactory. findProviderFactory(URI location)Searches for a ProviderFactory by using the scheme from the given URI. -
Uses of ProviderFactory in org.apache.qpid.jms.provider.amqp
Subclasses of ProviderFactory in org.apache.qpid.jms.provider.amqp Modifier and Type Class Description classAmqpProviderFactoryFactory for creating the AMQP provider. -
Uses of ProviderFactory in org.apache.qpid.jms.provider.failover
Subclasses of ProviderFactory in org.apache.qpid.jms.provider.failover Modifier and Type Class Description classFailoverProviderFactoryFactory for creating instances of the Failover Provider type.
-