tags:

views:

574

answers:

1

Hi when I should use

JaxWsProxyFactoryBean and when I should use Java stub generated from wsdl or JAX-WS Proxy?

Are there any advantages or disadvantages?

thanks

+1  A: 

The factory bean is specific to CXF but non-standard. It gives you fine control over the endpoint. The other options are standard but give you less control or less convenient control.

bmargulies