Uses of Interface
javax.ws.rs.client.Configuration

Packages that use Configuration
javax.ws.rs.client The JAX-RS client API 
 

Uses of Configuration in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return Configuration
 Configuration WebTarget.configuration()
          Get access to the underlying configuration.
 Configuration Invocation.configuration()
          Get access to the underlying configuration.
 Configuration Invocation.Builder.configuration()
          Get access to the underlying configuration.
 Configuration Client.configuration()
          Get access to the underlying configuration of the client instance.
 Configuration ClientRequestContext.getConfiguration()
          Get the configuration of the request.
 Configuration Configuration.register(java.lang.Class<?> providerClass)
          Register a feature or a provider class to be instantiated and used in the scope of the configured instance.
 Configuration Configuration.register(java.lang.Object provider)
          Register a feature or a provider ("singleton") instance to be used in the scope of the configured instance.
 Configuration Configuration.setProperties(java.util.Map<java.lang.String,? extends java.lang.Object> properties)
          Set new configuration properties replacing all previously set properties.
 Configuration Configuration.setProperty(java.lang.String name, java.lang.Object value)
          Set the new configuration property, if already set, the existing value of the property will be updated.
 Configuration Configuration.update(Configuration configuration)
          Replace the existing configuration state with the configuration state of the externally provided configuration.
 

Methods in javax.ws.rs.client with parameters of type Configuration
protected abstract  Client ClientFactory.getClient(Configuration configuration)
          Get a new pre-configured client instance.
static Client ClientFactory.newClient(Configuration configuration)
          Create new configured client instance using the default client builder factory provided by the JAX-RS implementation provider.
 boolean Feature.onEnable(Configuration configuration)
          Called when the feature is to be enabled.
 Configuration Configuration.update(Configuration configuration)
          Replace the existing configuration state with the configuration state of the externally provided configuration.
 



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