org.jboss.resteasy.client.jaxrs.internal
Class ResteasyClientFactory

java.lang.Object
  extended by javax.ws.rs.client.ClientFactory
      extended by org.jboss.resteasy.client.jaxrs.internal.ResteasyClientFactory

public class ResteasyClientFactory
extends ClientFactory

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
 
Fields inherited from class javax.ws.rs.client.ClientFactory
JAXRS_DEFAULT_CLIENT_FACTORY_PROPERTY
 
Constructor Summary
ResteasyClientFactory()
           
 
Method Summary
protected  Client getClient()
          Get a new client instance.
protected  Client getClient(Configurable configuration)
          Get a new pre-configured client instance.
 
Methods inherited from class javax.ws.rs.client.ClientFactory
newClient, newClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResteasyClientFactory

public ResteasyClientFactory()
Method Detail

getClient

protected Client getClient()
Description copied from class: ClientFactory
Get a new client instance.

Specified by:
getClient in class ClientFactory
Returns:
a new client instance.

getClient

protected Client getClient(Configurable configuration)
Description copied from class: ClientFactory
Get a new pre-configured client instance.

Specified by:
getClient in class ClientFactory
Parameters:
configuration - data used to provide initial configuration for the new client instance.
Returns:
a new client instance.


Copyright © 2012. All Rights Reserved.