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.
