Does DOSGi support asynchronous methods? I am fairly certain that the answer is "no" but I wanted to double check.
I'm imagining something along the lines of a "web hook" in JAX-RS or *javax.xml.ws.AsyncHandler in JAX-WS.* The Java interface might return a java.util.concurrent.Future in the message signature. I know I'm probably just dreaming, but I wonder if anybody has thought through asynchronous web services via DOSGI in CXF. Thanks, Josh
