Uses of Interface
org.glassfish.jersey.jettison.JettisonUnmarshaller

Packages that use JettisonUnmarshaller
org.glassfish.jersey.jettison   
org.glassfish.jersey.jettison.internal   
 

Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison
 

Methods in org.glassfish.jersey.jettison that return JettisonUnmarshaller
 JettisonUnmarshaller JettisonJaxbContext.createJsonUnmarshaller()
          Create a JSON unmarshaller.
static JettisonUnmarshaller JettisonJaxbContext.getJSONUnmarshaller(Unmarshaller unmarshaller)
          Get a JettisonUnmarshaller from a Unmarshaller.
 

Uses of JettisonUnmarshaller in org.glassfish.jersey.jettison.internal
 

Classes in org.glassfish.jersey.jettison.internal that implement JettisonUnmarshaller
 class BaseJsonUnmarshaller
          Base JSON marshaller implementation class.
 class JettisonJaxbUnmarshaller
          JSON JAXB unmarshaller.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.