Hi Andy

If so then it's a client api which you're after, right ? I'm planning to start doing some work in this area shortly. There's a number of approaches, and I'm not certain we'll get an http-centric approach prioritized first, but for 2.2 we'll attempt to come up with something, possibly with the proxy injection supported. What do you think about JAXWS Dispatch API ? Will it do ? It's all just streams, not brittle. or indeed basic (HTTP)URLConnection ? If what you'd like to do is to get a URI of a given request and send it further along to a corresponding external service then may be it work too ? Sorry if I'm still misunderstanding you...

Cheers, Sergey


Hi Sergey,
client-sider redirect is not the case, what I am thinking of is hiding other
service *behind* JAX-RS being "URLs controller", so the latter is what I am
looking for. Basic example is to call outside service from within JAX-RS
handler method i.e.:
client --> jax-rs --> extern service
client <-- jax-rs <-- extern service

cheers,
andy.


Sergey Beryozkin-4 wrote:

Hi Andy,

Any chance some of Response/ResponseBuilder methods can help you, like
seeOther() ? Or are you referring to JAX-RS client api such
that you can do some outbound invocations ? If it's the latter then I can
say we're evaluating a number of approaches, CXF 2.2 might
get some initial client api support

Can you expand a bit on how you envisage the messages flow ...

Cheers, Sergey




--
View this message in context: 
http://www.nabble.com/How-to-use-JAX-RS-as-facade-for-other-services--tp21697838p21712073.html
Sent from the cxf-user mailing list archive at Nabble.com.


Reply via email to