public class StreamResponseResultProcessor extends Object implements ComponentEventResultProcessor<StreamResponse>
Constructor and Description |
---|
StreamResponseResultProcessor(Response response) |
Modifier and Type | Method and Description |
---|---|
void |
processResultValue(StreamResponse streamResponse)
For a given, non-null return value from a component event method, construct and send a response.
|
public StreamResponseResultProcessor(Response response)
public void processResultValue(StreamResponse streamResponse) throws IOException
ComponentEventResultProcessor
processResultValue
in interface ComponentEventResultProcessor<StreamResponse>
streamResponse
- the value returned from a methodIOException
Copyright © 2003-2012 The Apache Software Foundation.