com.intel.gpe.clients.api
Interface ClientFactory<ClientType extends WSRFClient>

Type Parameters:
ClientType -

public interface ClientFactory<ClientType extends WSRFClient>

The client factory.

Author:
Alexander Lukichev
See Also:
RegistryClient

Method Summary
 ClientType createClient(WSRFClient client)
          Convert the generic WSRFClient to the actual client
 

Method Detail

createClient

ClientType createClient(WSRFClient client)
Convert the generic WSRFClient to the actual client

Parameters:
client -
Returns:


Copyright © 2008. All Rights Reserved.