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.
