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