org.glassfish.jersey.client
Class JerseyClientFactory

java.lang.Object
  extended by javax.ws.rs.client.ClientFactory
      extended by org.glassfish.jersey.client.JerseyClientFactory

public class JerseyClientFactory
extends ClientFactory

Jersey provider of JAX-RS client factory.

Author:
Marek Potociar (marek.potociar at oracle.com)

Field Summary
 
Fields inherited from class javax.ws.rs.client.ClientFactory
JAXRS_DEFAULT_CLIENT_FACTORY_PROPERTY
 
Constructor Summary
JerseyClientFactory()
           
 
Method Summary
protected  Client getClient()
           
protected  Client getClient(Configurable configuration)
           
 
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

JerseyClientFactory

public JerseyClientFactory()
Method Detail

getClient

protected Client getClient()
Specified by:
getClient in class ClientFactory

getClient

protected Client getClient(Configurable configuration)
Specified by:
getClient in class ClientFactory


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.