|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consumes | |
|---|---|
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| Uses of Consumes in org.glassfish.jersey.message.internal |
|---|
| Classes in org.glassfish.jersey.message.internal with annotations of type Consumes | |
|---|---|
class |
ByteArrayProvider
Default Jersey byte array entity provider (reader and writer). |
class |
DataSourceProvider
Provider for marshalling/un-marshalling of application/octet-stream
entity type to/from a DataSourceProvider.ByteArrayDataSource instance. |
class |
DocumentProvider
Provider for marshalling/un-marshalling XML document instances. |
class |
FileProvider
Provider for marshalling/un-marshalling of application/octet-stream
entity type to/from a File instance. |
class |
FormMultivaluedMapProvider
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from multi-valued map instance. |
class |
FormProvider
Provider for marshalling/un-marshalling of application/x-www-form-urlencoded
entity type to/from JAX-RS Form instance. |
class |
InputStreamProvider
|
class |
ReaderProvider
|
class |
RenderedImageProvider
Provider for marshalling/un-marshalling of graphical image data represented as image/*, application/x-www-form-urlencoded entity types to
rendered and from rendered or
buffered image instance. |
static class |
SourceProvider.DomSourceReader
Provider for marshalling/un-marshalling DOMSource instances. |
static class |
SourceProvider.SaxSourceReader
Provider for un-marshalling SAXSource instances. |
static class |
SourceProvider.SourceWriter
Provider for marshaling Source instances. |
static class |
SourceProvider.StreamSourceReader
Provider for un-marshalling StreamSource instances. |
static class |
XmlCollectionJaxbProvider.App
JAXB provider for marshalling/un-marshalling collections from/to entities of application/xml media type. |
static class |
XmlCollectionJaxbProvider.General
JAXB provider for marshalling/un-marshalling collections from/to entities of <type>/<sub-type>+xml media types. |
static class |
XmlCollectionJaxbProvider.Text
JAXB provider for marshalling/un-marshalling collections from/to entities of text/xml media type. |
static class |
XmlJaxbElementProvider.App
Provider for marshalling/un-marshalling JAXB elements
from/to entities of application/xml media type. |
static class |
XmlJaxbElementProvider.General
Provider for marshalling/un-marshalling JAXB elements
from/to entities of <type>/<sub-type>+xml media types. |
static class |
XmlJaxbElementProvider.Text
Provider for marshalling/un-marshalling JAXB elements
from/to entities of text/xml media type. |
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. |
static class |
XmlRootObjectJaxbProvider.App
Provider for un-marshalling entities of application/xml media type
into JAXB beans using JAXB unmarshaller. |
static class |
XmlRootObjectJaxbProvider.General
Provider for un-marshalling entities of <type>/<sub-type>+xml media types
into JAXB beans using JAXB unmarshaller. |
static class |
XmlRootObjectJaxbProvider.Text
Provider for un-marshalling entities of text/xml media type
into JAXB beans using JAXB unmarshaller. |
| Methods in org.glassfish.jersey.message.internal with parameters of type Consumes | |
|---|---|
static List<MediaType> |
MediaTypes.createFrom(Consumes annotation)
Create the list of media types from the values declared in the Consumes
annotation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||