Uses of Interface
com.sun.jersey.api.json.JSONUnmarshaller

Packages that use JSONUnmarshaller
com.sun.jersey.api.json Provides support for enabling and configuring JSON. 
com.sun.jersey.json.impl   
 

Uses of JSONUnmarshaller in com.sun.jersey.api.json
 

Methods in com.sun.jersey.api.json that return JSONUnmarshaller
 JSONUnmarshaller JSONJAXBContext.createJSONUnmarshaller()
          Create a JSON unmarshaller.
static JSONUnmarshaller JSONJAXBContext.getJSONUnmarshaller(javax.xml.bind.Unmarshaller unmarshaller)
          Get a JSONUnmarshaller from a Unmarshaller.
 

Uses of JSONUnmarshaller in com.sun.jersey.json.impl
 

Classes in com.sun.jersey.json.impl that implement JSONUnmarshaller
 class BaseJSONUnmarshaller
           
 class JSONUnmarshallerImpl
           
 



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