Uses of Interface
javax.ws.rs.core.StreamingOutput

Packages that use StreamingOutput
com.restfully.shop.services   
com.sun.jersey.core.impl.provider.entity   
 

Uses of StreamingOutput in com.restfully.shop.services
 

Methods in com.restfully.shop.services that return StreamingOutput
 StreamingOutput CustomerResource.getCustomer(int id)
           
 StreamingOutput FirstLastCustomerResource.getCustomer(String firstName, String lastName)
           
 

Uses of StreamingOutput in com.sun.jersey.core.impl.provider.entity
 

Methods in com.sun.jersey.core.impl.provider.entity with parameters of type StreamingOutput
 long StreamingOutputProvider.getSize(StreamingOutput o, Class<?> type, Type genericType, Annotation[] annotations, MediaType mediaType)
           
 void StreamingOutputProvider.writeTo(StreamingOutput o, Class<?> t, Type gt, Annotation[] as, MediaType mediaType, MultivaluedMap<String,Object> httpHeaders, OutputStream entity)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.