Uses of Interface
com.sun.jersey.spi.MessageBodyWorkers

Packages that use MessageBodyWorkers
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

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

Classes in com.sun.jersey.core.spi.factory that implement MessageBodyWorkers
 class MessageBodyFactory
          A factory for managing MessageBodyReader and MessageBodyWriter instances.
 

Uses of MessageBodyWorkers in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return MessageBodyWorkers
 MessageBodyWorkers WebApplication.getMessageBodyWorkers()
          Get the message body workers that can be used for getting message body readers and writers.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.