public interface ConnectionProviderFactory
createInstance() method with its provider context when instances of this interface
 are registered on that endpoint.| Modifier and Type | Method and Description | 
|---|---|
| ConnectionProvider | createInstance(ConnectionProviderContext context,
              OptionMap optionMap,
              String protocolName)Create a provider instance for an endpoint. | 
ConnectionProvider createInstance(ConnectionProviderContext context, OptionMap optionMap, String protocolName) throws IOException
context - the provider contextoptionMap - the options to pass to the provider factoryprotocolName - the name of the protocol schemeIOException - if the provider cannot be createdCopyright © 2017 JBoss by Red Hat. All rights reserved.