org.jboss.resteasy.client.jaxrs.internal
Class ResteasyClientFactory
java.lang.Object
javax.ws.rs.client.ClientFactory
org.jboss.resteasy.client.jaxrs.internal.ResteasyClientFactory
public class ResteasyClientFactory
- extends ClientFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResteasyClientFactory
public ResteasyClientFactory()
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.