org.glassfish.jersey.media.json
Class JsonJaxbFeature

java.lang.Object
  extended by org.glassfish.jersey.media.json.JsonJaxbFeature
All Implemented Interfaces:
Feature

public class JsonJaxbFeature
extends java.lang.Object
implements Feature

Feature used to register JAXB JSON providers with Client.

Author:
Martin Matula (martin.matula at oracle.com)

Constructor Summary
JsonJaxbFeature()
           
 
Method Summary
 void onDisable(Configuration c)
           
 void onEnable(Configuration c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonJaxbFeature

public JsonJaxbFeature()
Method Detail

onEnable

public void onEnable(Configuration c)
Specified by:
onEnable in interface Feature

onDisable

public void onDisable(Configuration c)
Specified by:
onDisable in interface Feature


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.