Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
G
S
C
com.sun.jersey.atom.abdera
- package com.sun.jersey.atom.abdera
ContentHelper
- Class in
com.sun.jersey.atom.abdera
Helper class to assist in serializing and deserializing Java entities as XML that will be transferred through the
content
element of an Atom
Entry
instance.
ContentHelper(Providers)
- Constructor for class com.sun.jersey.atom.abdera.
ContentHelper
Construct a configured instance of this helper.
G
getContentEntity(Entry, Class<T>)
- Method in class com.sun.jersey.atom.abdera.
ContentHelper
Deserialize the content element of the specified entry, and transform it back into an appropriate Java object.
getContentEntity(Entry, MediaType, Class<T>)
- Method in class com.sun.jersey.atom.abdera.
ContentHelper
Deserialize the content element of the specified entry, and transform it back into an appropriate Java object.
S
setContentEntity(Entry, MediaType, Object)
- Method in class com.sun.jersey.atom.abdera.
ContentHelper
Serialize the specified entity as the
content
element of the specified
entry
.
C
G
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014
Oracle Corporation
. All Rights Reserved.