Package ej.ecom.io

Interface ConnectionFactory


  • public interface ConnectionFactory
    This interface defines the API for Connection factories. A Connection factory is a class that implements this interface with the following fully qualified name format:
     [packageName].[protocol].ConnectionFactory
     
    See Also:
    Connector.open(String)