Uses of Class
org.glassfish.jersey.message.internal.AbstractRootElementJaxbProvider

Packages that use AbstractRootElementJaxbProvider
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
 

Uses of AbstractRootElementJaxbProvider in org.glassfish.jersey.message.internal
 

Subclasses of AbstractRootElementJaxbProvider in org.glassfish.jersey.message.internal
 class XmlRootElementJaxbProvider
          Base XML-based message body provider for JAXB root elements and types.
static class XmlRootElementJaxbProvider.App
          Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of application/xml media type.
static class XmlRootElementJaxbProvider.General
          Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of <type>/<sub-type>+xml media types.
static class XmlRootElementJaxbProvider.Text
          Provider for marshalling/un-marshalling JAXB root element and type instances from/to entities of text/xml media type.
 



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