A C D E F G H I J L M N O P Q R S T U W

C

CacheControl - Class in com.sun.ws.rest.api.core
An abstraction for the value of a HTTP Cache-Control response header.
CacheControl() - Constructor for class com.sun.ws.rest.api.core.CacheControl
 
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.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.core - package com.sun.ws.rest.api.core
Low-level interfaces and annotations used to create RESTful service resources.
com.sun.ws.rest.api.messages - package com.sun.ws.rest.api.messages
Classes and files used to provide localizable API messages.
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.response - package com.sun.ws.rest.api.response
Classes used to tailor a HTTP response.
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.header - package com.sun.ws.rest.spi.header
 
com.sun.ws.rest.spi.resolver - package com.sun.ws.rest.spi.resolver
Classes that define the contract for a resource resolver.
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.streaming - package com.sun.ws.rest.spi.streaming
Service-Provider classes for providing TypeStreamingProvider instances.
ConsumeMime - Annotation Type in com.sun.ws.rest.api
Defines the MIME types that the methods of a resource class can accept.
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.
CONTENT_CANNOT_BE_NULL() - Static method in class com.sun.ws.rest.api.messages.ApiMessages
content parameter cannot be null.
Cookie - Interface in com.sun.ws.rest.api.core
Represents a HTTP cookie.
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<T>, ResourceConfig, WebApplication) - Method in interface com.sun.ws.rest.spi.container.ContainerProvider
Create an container of type T.
Created - Class in com.sun.ws.rest.api.response
An abstraction for a response to a request that resulted in the creation of a new resource,
Created(URI) - Constructor for class com.sun.ws.rest.api.response.Created
Create a new instance
Created(Representation<?>) - Constructor for class com.sun.ws.rest.api.response.Created
Create a new instance.
Created(Representation<?>, URI) - Constructor for class com.sun.ws.rest.api.response.Created
Create a new instance
createLocalForward(String) - Method in interface com.sun.ws.rest.api.core.HttpContext
Create a response that will forward the HTTP request to another component within the same container for further processing.
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.
createWebResourceResolver(Class<?>) - Method in interface com.sun.ws.rest.spi.resolver.WebResourceResolverFactory
Create the resolver for the Web resource.

A C D E F G H I J L M N O P Q R S T U W