org.glassfish.jersey.client
Class CustomProvidersFeature
java.lang.Object
org.glassfish.jersey.client.CustomProvidersFeature
- All Implemented Interfaces:
- Feature
public class CustomProvidersFeature
- extends Object
- implements Feature
Feature to provide the single-line registration of custom providers.
- Author:
- Stepan Kopriva (stepan.kopriva at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomProvidersFeature
public CustomProvidersFeature(Collection<Class<?>> providers)
- Constructs Feature which is used to register providers as providers in Configuration.
- Parameters:
providers - collection of providers which are going to be registered
configure
public boolean configure(Configurable configuration)
- Specified by:
configure in interface Feature
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.