Uses of Class
org.jboss.resteasy.plugins.providers.atom.Entry

Packages that use Entry
org.jboss.resteasy.plugins.providers.atom   
 

Uses of Entry in org.jboss.resteasy.plugins.providers.atom
 

Methods in org.jboss.resteasy.plugins.providers.atom that return Entry
 Entry AtomEntryProvider.readFrom(java.lang.Class<Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 

Methods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Entry
 java.util.List<Entry> Feed.getEntries()
           
 

Methods in org.jboss.resteasy.plugins.providers.atom with parameters of type Entry
 long AtomEntryProvider.getSize(Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType)
           
 void AtomEntryProvider.writeTo(Entry entry, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Method parameters in org.jboss.resteasy.plugins.providers.atom with type arguments of type Entry
 Entry AtomEntryProvider.readFrom(java.lang.Class<Entry> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, MediaType mediaType, MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
           
 



Copyright © 2009. All Rights Reserved.