Uses of Package
com.sun.ws.rest.api.core

Packages that use com.sun.ws.rest.api.core
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 Low-level interfaces and annotations used to create RESTful service resources. 
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   
com.sun.ws.rest.spi.dispatch   
com.sun.ws.rest.spi.resource Classes that define the contract for a resource provider. 
com.sun.ws.rest.spi.uri.rules   
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.api.container
ResourceConfig
          The resource configuration interface for configuring a web application.
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.api.core
DefaultResourceConfig
          A mutable implementation of ResourceConfig that declares default values for features.
HttpRequestContext
          An abstraction for a HTTP request
HttpResponseContext
          Encapsulates the response to a HTTP request.
ResourceConfig
          The resource configuration interface for configuring a web application.
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.spi.container
HttpContextAccess
          A HttpContextAccess makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.
HttpRequestContext
          An abstraction for a HTTP request
HttpResponseContext
          Encapsulates the response to a HTTP request.
ResourceConfig
          The resource configuration interface for configuring a web application.
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.spi.container.servlet
ResourceConfig
          The resource configuration interface for configuring a web application.
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.spi.dispatch
HttpRequestContext
          An abstraction for a HTTP request
HttpResponseContext
          Encapsulates the response to a HTTP request.
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.spi.resource
HttpRequestContext
          An abstraction for a HTTP request
 

Classes in com.sun.ws.rest.api.core used by com.sun.ws.rest.spi.uri.rules
HttpContextAccess
          A HttpContextAccess makes it possible for a web resource implementation class to access and manipulate HTTP request and response information directly.