A B C D E F G H I M N O P R S T U V W

C

classIterator() - Method in class com.sun.ws.rest.spi.service.ServiceFinder
Returns discovered classes incrementally.
ClasspathResourceConfig - Class in com.sun.ws.rest.api.core
A mutable implementation of DefaultResourceConfig that dynamically searches for root resource classes in the paths declared by the property ClasspathResourceConfig.PROPERTY_CLASSPATH.
ClasspathResourceConfig(String[]) - Constructor for class com.sun.ws.rest.api.core.ClasspathResourceConfig
 
ClasspathResourceConfig(Map<String, Object>) - Constructor for class com.sun.ws.rest.api.core.ClasspathResourceConfig
 
Client - Class in com.sun.ws.rest.api.client
The HTTP client class for handling requests and responses specified by ClientHandler or for creating WebResource instances.
Client(ClientHandler) - Constructor for class com.sun.ws.rest.api.client.Client
Create a new client instance.
Client(ClientHandler, ClientConfig) - Constructor for class com.sun.ws.rest.api.client.Client
Create a new client instance with a client configuration.
Client(ClientHandler, ClientConfig, ComponentProvider) - Constructor for class com.sun.ws.rest.api.client.Client
Create a new instance with a client configuration and a compoenent provider.
ClientConfig - Interface in com.sun.ws.rest.api.client.config
 
ClientFilter - Class in com.sun.ws.rest.api.client
A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
ClientFilter() - Constructor for class com.sun.ws.rest.api.client.ClientFilter
 
ClientHandler - Interface in com.sun.ws.rest.api.client
A client handler that handles a HTTP request and returns the HTTP response.
ClientHandlerException - Exception in com.sun.ws.rest.api.client
A runtime exception thrown by a client handler that signals a failure to process the HTTP request or HTTP response.
ClientHandlerException() - Constructor for exception com.sun.ws.rest.api.client.ClientHandlerException
 
ClientHandlerException(String) - Constructor for exception com.sun.ws.rest.api.client.ClientHandlerException
 
ClientHandlerException(String, Throwable) - Constructor for exception com.sun.ws.rest.api.client.ClientHandlerException
 
ClientHandlerException(Throwable) - Constructor for exception com.sun.ws.rest.api.client.ClientHandlerException
 
ClientRequest - Class in com.sun.ws.rest.api.client
A client (outbound) HTTP request.
ClientRequest() - Constructor for class com.sun.ws.rest.api.client.ClientRequest
 
ClientRequest.Builder - Class in com.sun.ws.rest.api.client
The builder for building a ClientRequest instance.
ClientRequest.Builder() - Constructor for class com.sun.ws.rest.api.client.ClientRequest.Builder
 
ClientResponse - Class in com.sun.ws.rest.api.client
A client (inbound) HTTP response.
ClientResponse() - Constructor for class com.sun.ws.rest.api.client.ClientResponse
 
clone() - Method in class com.sun.ws.rest.api.client.ClientRequest
Clone the request.
com.sun.ws.rest.api - package com.sun.ws.rest.api
High-level interfaces and annotations used to create RESTful service resources.
com.sun.ws.rest.api.client - package com.sun.ws.rest.api.client
 
com.sun.ws.rest.api.client.config - package com.sun.ws.rest.api.client.config
 
com.sun.ws.rest.api.container - package com.sun.ws.rest.api.container
Classes used when creating an instance of a container adaptor that supports the API for a particular container.
com.sun.ws.rest.api.container.grizzly - package com.sun.ws.rest.api.container.grizzly
 
com.sun.ws.rest.api.container.httpserver - package com.sun.ws.rest.api.container.httpserver
 
com.sun.ws.rest.api.core - package com.sun.ws.rest.api.core
Low-level interfaces and annotations used to create RESTful service resources.
com.sun.ws.rest.api.model - package com.sun.ws.rest.api.model
 
com.sun.ws.rest.api.representation - package com.sun.ws.rest.api.representation
Classes to create and tailor resource representations.
com.sun.ws.rest.api.uri - package com.sun.ws.rest.api.uri
 
com.sun.ws.rest.api.view - package com.sun.ws.rest.api.view
 
com.sun.ws.rest.api.wadl - package com.sun.ws.rest.api.wadl
 
com.sun.ws.rest.spi - package com.sun.ws.rest.spi
 
com.sun.ws.rest.spi.container - package com.sun.ws.rest.spi.container
Classes that define the contract that a container adaptor must implement in order to host API classes.
com.sun.ws.rest.spi.container.servlet - package com.sun.ws.rest.spi.container.servlet
 
com.sun.ws.rest.spi.dispatch - package com.sun.ws.rest.spi.dispatch
 
com.sun.ws.rest.spi.resource - package com.sun.ws.rest.spi.resource
Classes that define the contract for a resource provider.
com.sun.ws.rest.spi.service - package com.sun.ws.rest.spi.service
Classes used by the SPIs to support dynamic extensions.
com.sun.ws.rest.spi.template - package com.sun.ws.rest.spi.template
 
com.sun.ws.rest.spi.uri.rules - package com.sun.ws.rest.spi.uri.rules
 
commitStatusAndHeaders() - Method in class com.sun.ws.rest.spi.container.AbstractContainerResponse
Commit the status code and headers (if any) to the underlying container response.
COMPARATOR - Static variable in class com.sun.ws.rest.api.uri.UriTemplate
Order the templates according to the string comparison of the template regular expressions.
completeUri - Variable in class com.sun.ws.rest.spi.container.AbstractContainerRequest
The complete URI of a request, including the query and fragment components (if any).
ComponentProvider - Interface in com.sun.ws.rest.spi.service
A provider for the instantiation and management of components.
ComponentProvider.Scope - Enum in com.sun.ws.rest.spi.service
The scope contract for the instantiation of a component.
configure(ServletConfig, ResourceConfig, WebApplication) - Method in class com.sun.ws.rest.spi.container.servlet.ServletContainer
Configure the WebApplication.
CONFLICT - Static variable in class com.sun.ws.rest.api.Responses
 
conflict() - Static method in class com.sun.ws.rest.api.Responses
 
ConflictException - Exception in com.sun.ws.rest.api
A HTTP 409 (Conflict) exception.
ConflictException() - Constructor for exception com.sun.ws.rest.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ConflictException(String) - Constructor for exception com.sun.ws.rest.api.ConflictException
Create a HTTP 409 (Conflict) exception.
ContainerException - Exception in com.sun.ws.rest.api.container
Runtime exception to be caught by the container.
ContainerException() - Constructor for exception com.sun.ws.rest.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String) - Constructor for exception com.sun.ws.rest.api.container.ContainerException
Construct a new instance with the supplied message
ContainerException(String, Throwable) - Constructor for exception com.sun.ws.rest.api.container.ContainerException
Construct a new instance with the supplied message and cause
ContainerException(Throwable) - Constructor for exception com.sun.ws.rest.api.container.ContainerException
Construct a new instance with the supplied cause
ContainerFactory - Class in com.sun.ws.rest.api.container
Factory for creating specific containers.
ContainerProvider<T> - Interface in com.sun.ws.rest.spi.container
Service-provider interface for creating container instances.
ContainerRequest - Interface in com.sun.ws.rest.spi.container
The HTTP request context supplied by the container.
ContainerResponse - Interface in com.sun.ws.rest.spi.container
The HTTP response context supplied by the container.
ContextResolver<T> - Interface in com.sun.ws.rest.spi.service
 
create() - Static method in class com.sun.ws.rest.api.client.Client
Create a default client.
create(ClientConfig) - Static method in class com.sun.ws.rest.api.client.Client
Create a default client with client configuration.
create(ClientConfig, ComponentProvider) - Static method in class com.sun.ws.rest.api.client.Client
Create a default client with client configuration and component provider.
create() - Static method in class com.sun.ws.rest.api.client.ClientRequest
Create a builder for building a new ClientRequestinstance.
create(String) - Static method in class com.sun.ws.rest.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(URI) - Static method in class com.sun.ws.rest.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(String, Adapter) - Static method in class com.sun.ws.rest.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(URI, Adapter) - Static method in class com.sun.ws.rest.api.container.grizzly.GrizzlyServerFactory
Create a SelectorThread that registers an Adapter that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(String) - Static method in class com.sun.ws.rest.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classpath.
create(URI) - Static method in class com.sun.ws.rest.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(String, HttpHandler) - Static method in class com.sun.ws.rest.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create(URI, HttpHandler) - Static method in class com.sun.ws.rest.api.container.httpserver.HttpServerFactory
Create a HttpServer that registers a HttpHandler that in turn manages all root resource classes found by searching the classes referenced in the java classath.
create() - Method in class com.sun.ws.rest.spi.container.servlet.ServletContainer
Create a new instance of a WebApplication.
createClasspath() - Method in class com.sun.ws.rest.api.wadl.WadlGeneratorTask
 
createContainer(Class<A>, Class...) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, Set<Class>) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, ResourceConfig) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create a container according to the class requested.
createContainer(Class<A>, String) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<A>) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<A>, String...) - Static method in class com.sun.ws.rest.api.container.ContainerFactory
Create an instance of a container according to the class requested.
createContainer(Class<T>, ResourceConfig, WebApplication) - Method in interface com.sun.ws.rest.spi.container.ContainerProvider
Create an container of type T.
createProvider(ComponentProvider, AbstractResource, Map<String, Boolean>, Map<String, Object>) - Method in class com.sun.ws.rest.spi.resource.ResourceProviderFactory
Obtain a ResourceProvider instance for the supplied resourceClass.
createURI(Map<String, String>) - Method in class com.sun.ws.rest.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class com.sun.ws.rest.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class com.sun.ws.rest.api.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, Map<String, String>, boolean) - Static method in class com.sun.ws.rest.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String[], boolean) - Static method in class com.sun.ws.rest.api.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createWebApplication() - Static method in class com.sun.ws.rest.spi.container.WebApplicationFactory
Create a Web application instance.
createWebApplication() - Method in interface com.sun.ws.rest.spi.container.WebApplicationProvider
Instantiate a new WebApplication.

A B C D E F G H I M N O P R S T U V W