Details
Description
javax.ws.rs.core.Response is an interface, not a concrete class to unmarshal. Just need to pass the inputstream to next processor.
We need to address this for async mode, since sync mode is correct
javax.ws.rs.core.Response is an interface, not a concrete class to unmarshal. Just need to pass the inputstream to next processor.
We need to address this for async mode, since sync mode is correct