org.jboss.remoting3.spi
Interface ConnectionProviderFactory
public interface ConnectionProviderFactory
A connection provider factory. Implementations of this interface provide a connection facility for a URI scheme. An
endpoint will call the createInstance() method with its provider context when instances of this interface
are registered on that endpoint.
createInstance
ConnectionProvider createInstance(ConnectionProviderContext context)
- Create a provider instance for an endpoint.
- Parameters:
context - the provider context
- Returns:
- the provider
Copyright © 2010 JBoss, a division of Red Hat, Inc.