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

Packages that use OutBoundHeaders
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.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(javax.ws.rs.core.Response.StatusType statusType, OutBoundHeaders headers, Object entity, Type entityType)
          Construct given a status type, entity and metadata.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.