Resteasy Atom Provider 2.3.6.Final-redhat-1

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(Class<Entry> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, InputStream entityStream)
           
 

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

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

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


Resteasy Atom Provider 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.