org.marketcetera.client
Interface ClientFactory


public interface ClientFactory

Factory used to create a Client object.

Since:
2.1.4
Version:
$Id: ClientFactory.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Method Summary
 Client getClient(ClientParameters inClientParameters)
          Gets a Client.
 

Method Detail

getClient

Client getClient(ClientParameters inClientParameters)
                 throws ClientInitException,
                        ConnectionException
Gets a Client.

Parameters:
inClientParameters - a ClientParmeters value to use to initialize the client
Returns:
a Client value
Throws:
ConnectionException - if there were errors connecting to the server.
ClientInitException - if the client is already initialized.


Copyright © 2012. All Rights Reserved.