Uses of Interface
com.sun.ws.rest.spi.container.MessageBodyContext

Packages that use MessageBodyContext
com.sun.ws.rest.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
 

Uses of MessageBodyContext in com.sun.ws.rest.spi.container
 

Methods in com.sun.ws.rest.spi.container that return MessageBodyContext
 MessageBodyContext WebApplication.getMessageBodyContext()
          Get the message body context that can be used for getting message body readers and writers.
 

Constructors in com.sun.ws.rest.spi.container with parameters of type MessageBodyContext
AbstractContainerRequest(MessageBodyContext bodyContext, java.lang.String method, java.io.InputStream entity)
           
AbstractContainerResponse(MessageBodyContext bodyContext, ContainerRequest request)