Uses of Class
com.sun.jersey.core.header.OutBoundHeaders

Packages that use OutBoundHeaders
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
 

Uses of OutBoundHeaders in com.sun.jersey.api
 

Fields in com.sun.jersey.api declared as OutBoundHeaders
protected  OutBoundHeaders JResponse.AJResponseBuilder.headers
          The response metadata.
 

Methods in com.sun.jersey.api that return OutBoundHeaders
 OutBoundHeaders JResponse.getMetadata()
          Get metadata associated with the response as a map.
protected  OutBoundHeaders JResponse.AJResponseBuilder.getMetadata()
          Get the metadata associated with the response.
 

Constructors in com.sun.jersey.api with parameters of type OutBoundHeaders
JResponse(int status, OutBoundHeaders headers, E entity)
          Construct given a status, entity and metadata.
JResponse(Response.StatusType statusType, OutBoundHeaders headers, E entity)
          Construct given a status type, entity and metadata.
 

Uses of OutBoundHeaders in com.sun.jersey.core.header
 

Constructors in com.sun.jersey.core.header with parameters of type OutBoundHeaders
OutBoundHeaders(OutBoundHeaders that)
           
 

Uses of OutBoundHeaders in com.sun.jersey.core.spi.factory
 

Constructors in com.sun.jersey.core.spi.factory with parameters of type OutBoundHeaders
ResponseImpl(int status, OutBoundHeaders headers, Object entity, Type entityType)
          Construct given a status, entity and metadata.
ResponseImpl(Response.StatusType statusType, OutBoundHeaders headers, Object entity, Type entityType)
          Construct given a status type, entity and metadata.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.