Could someone explain why I would use one of these endpoint annotations over the other in spring-ws? In particular, which one would be considered the most inclusive? Can I use all three? I've read the doc and I know that @Action uses ws-addressing and @SoapAction uses the SOAP Action transport header, but I'm not really sure which of these would be preferable to use.
Thanks.