Reputation: 253
JaxWsProxyFactoryBean and when I should use Java stub generated from wsdl or JAX-WS Proxy?
Are there any advantages or disadvantages?
thanks
Upvotes: 1
Views: 2226
Reputation: 100196
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.
Upvotes: 1