On Friday, March 16, 2012 08:21:08 AM jp4 wrote: > I've been able to slim down my xml configuration using @InInterceptors > @OutInterceptors and a few other annotations... I guess what I'm really > looking for is something like @Endpoint (address = "/Service_1_0"). I'm > going through the process of figuring out what the code behind > <jaxws:endpoint> does but if anyone knows of an annotation that would > allow me to deploy my service without the <jaxws:endpoint> declaration, > that would be very helpful!
We have a JaxWsWebServicePublisherBeanPostProcessor thing that will publish anything with a @WebService annotation on it. Not really sure how it works and maps URL's and such as I've never tried it. Beyond that, patches are more than welcome! Dan > > Thanks, > > jp4 > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Spring-Java-Configuration-for-CXF-tp55580 > 52p5571550.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
