org.glassfish.jersey.examples.jsonp
Class JaxbContextResolver
java.lang.Object
org.glassfish.jersey.examples.jsonp.JaxbContextResolver
- All Implemented Interfaces:
- ContextResolver<JAXBContext>
@Provider
public final class JaxbContextResolver
- extends Object
- implements ContextResolver<JAXBContext>
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbContextResolver
public JaxbContextResolver()
throws Exception
- Throws:
Exception
getContext
public JAXBContext getContext(Class<?> objectType)
- Specified by:
getContext in interface ContextResolver<JAXBContext>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.