Hi,
So having a single CXFServlet with a "/myservice/*" uri pattern does not work ?
That is, requests with URIs like
"/myservice/foo" and "/myservice/bar" are not getting dispatched to your single
provider endpoint ?
Awhile back we worked on a project where JAXWS Provider endpoints were used and there were no problems with endpoints getting
invoked (we had similar requirements regarding the dynamic dispatch).
Can you provide some more details please ? How do you register your endpoint ?
cheers, Sergey
Use case here is that the implementation should do some generic (custom)
stuff like e.g. kind of dispatching. That's why the client need to be able
to call certain endpoint (path) but because underlying implementation is the
same I don't want to configure manually all endpoints to point to the
implementing bean, the more that this requires manual configuration each
time a new endpoint should be added.
If handling '*' is possible than no code/configuration changes is needed to
add another endpoint. The implementation can then determine the actual
service that the client invoked based on the actual path that was used (plus
payload if needed).
vickatvuuch wrote:
one way is to have a spring bean impl shared by two different jaxb and/or
jaxrs endpoints,
not sure though what is the use case here?
--
View this message in context:
http://old.nabble.com/One-endpoint-handling-multiple-URL-paths-tp26509853p26525279.html
Sent from the cxf-user mailing list archive at Nabble.com.