Openwings API Documentation (v1.1)

net.openwings.connector
Class ConnectorLoaderFactory

java.lang.Object
  extended bynet.openwings.connector.ConnectorLoaderFactory

public final class ConnectorLoaderFactory
extends java.lang.Object

This class provides a way to obtain an implementation of ConnectorLoader. The choice of ConnectorLoader implementation class is set using the net.openwings.connector.loader property.


Method Summary
static ConnectorLoader getConnectorLoader()
          This method is used to obtain a ConnectorLoader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectorLoader

public static ConnectorLoader getConnectorLoader()
This method is used to obtain a ConnectorLoader.

Returns:
object implementing the ConnectorLoader interface.

Openwings API Documentation (v1.1)