spring-framework / org.springframework.remoting.jaxws / LocalJaxWsServiceFactory / setServiceFeatures

setServiceFeatures

open fun setServiceFeatures(vararg serviceFeatures: WebServiceFeature): Unit

Specify WebServiceFeature objects (e.g. as inner bean definitions) to apply to JAX-WS service creation.

Since
4.0

See Also
Service#create(QName, WebServiceFeature...)