Uses of Class
org.glassfish.jersey.jaxb.internal.XmlRootElementJaxbProvider
-
Packages that use XmlRootElementJaxbProvider Package Description org.glassfish.jersey.jaxb.internal -
-
Uses of XmlRootElementJaxbProvider in org.glassfish.jersey.jaxb.internal
Subclasses of XmlRootElementJaxbProvider in org.glassfish.jersey.jaxb.internal Modifier and Type Class Description static class
XmlRootElementJaxbProvider.App
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities ofapplication/xml
media type.static class
XmlRootElementJaxbProvider.General
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities of<type>/<sub-type>+xml
media types.static class
XmlRootElementJaxbProvider.Text
Provider for marshalling/un-marshalling JAXBroot element
andtype
instances from/to entities oftext/xml
media type.
-