Package | Description |
---|---|
javax.ws.rs.container |
Container-specific JAX-RS API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicFeature.configure(ResourceInfo resourceInfo,
FeatureContext context)
A callback method called by the JAX-RS runtime during the application
deployment to register provider instances or classes in a
runtime configuration scope of a particular resource or sub-resource method ; i.e. |
Modifier and Type | Method and Description |
---|---|
boolean |
Feature.configure(FeatureContext context)
A call-back method called when the feature is to be enabled in a given
runtime configuration scope.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.