Hi On Fri, Jul 9, 2010 at 9:14 AM, Rice Yeh <[email protected]> wrote:
> Hi, > Could local transport be used in JAX-RS server? All the examples I can > find is for JAX-WS. > > No, not supported, at least I'm not aware of it :-) But in some cases you may not actually need. Example, you have 2 endpoints, with one delegating to the other one. If the 2nd endpoint's service bean implements a JAXRS annotated interface then you can just inject this service bean into the 1st one and just invoke on it... cheers, Sergey > Regards, > Rice >
