com.qumasoft.clientapi
Class ClientAPIFactory

java.lang.Object
  extended by com.qumasoft.clientapi.ClientAPIFactory

public class ClientAPIFactory
extends java.lang.Object

A factory class used to create classes that provide implementations for the ClientAPI interface and the ClientAPIContext interface.


Constructor Summary
ClientAPIFactory()
           
 
Method Summary
static ClientAPI createClientAPI()
          Create a class that implements the ClientAPI interface.
static ClientAPIContext createClientAPIContext()
          Create a class that implements the ClientAPIContext interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientAPIFactory

public ClientAPIFactory()
Method Detail

createClientAPI

public static ClientAPI createClientAPI()
Create a class that implements the ClientAPI interface.

Returns:
a new instance of a class that implements the ClientAPI interface.

createClientAPIContext

public static ClientAPIContext createClientAPIContext()
Create a class that implements the ClientAPIContext interface.

Returns:
a new instance of a class that implements the ClientAPIContext interface.