Apache CXF API

org.apache.cxf.jaxrs.ext
Interface StreamingResponse<T>


public interface StreamingResponse<T>


Nested Class Summary
static interface StreamingResponse.Writer<T>
           
 
Method Summary
 void writeTo(StreamingResponse.Writer<T> writer)
           
 

Method Detail

writeTo

void writeTo(StreamingResponse.Writer<T> writer)
             throws IOException
Throws:
IOException

Apache CXF API

Apache CXF