net.conquiris.jersey.client
Class IndexerServiceClientFactory

java.lang.Object
  extended by net.conquiris.jersey.client.IndexerServiceClientFactory

public final class IndexerServiceClientFactory
extends Object

Factory for indexer service clients based on Jersey (JAX-RS).

Author:
Andres Rodriguez.

Method Summary
static IndexerServiceClientFactory create()
          Creates a new factory.
 net.conquiris.api.index.IndexerService get(URI uri)
          Creates a new client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static IndexerServiceClientFactory create()
Creates a new factory.


get

public net.conquiris.api.index.IndexerService get(URI uri)
Creates a new client.

Parameters:
uri - Service URI.
Returns:
The requested service client.


Copyright © 2013 Derquinse Projects. All Rights Reserved.