Hi,

Apache Brooklyn project uses CXF3.1.10 to implement the REST server in
front of the Brooklyn core.

We want to execute each service method (i.e. the execution of each REST api
call) in our Task Framework. We therefore want to be able to wrap up the
incoming restful calls to that method in a callable that is submitted to
the task framework.

What would you recommend to use to achieve the above result? I'm
considering http://cxf.apache.org/docs/invokers.html, do you think it is a
good start?

Any example would be appreciated, thanks!
Andrea

Reply via email to