public class JerseyEndpointResourceFactory extends Object
Resources for web
endpoint operations.| Constructor and Description |
|---|
JerseyEndpointResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.glassfish.jersey.server.model.Resource> |
createEndpointResources(EndpointMapping endpointMapping,
Collection<ExposableWebEndpoint> endpoints,
EndpointMediaTypes endpointMediaTypes)
Creates
Resources for the operations of the given
webEndpoints. |
public Collection<org.glassfish.jersey.server.model.Resource> createEndpointResources(EndpointMapping endpointMapping, Collection<ExposableWebEndpoint> endpoints, EndpointMediaTypes endpointMediaTypes)
Resources for the operations of the given
webEndpoints.endpointMapping - the base mapping for all endpointsendpoints - the web endpointsendpointMediaTypes - media types consumed and produced by the endpointsCopyright © 2018 Pivotal Software, Inc.. All rights reserved.