spring-framework / org.springframework.remoting.jaxws / SimpleHttpServerJaxWsServiceExporter / setServer

setServer

open fun setServer(server: HttpServer): Unit

Specify an existing HTTP server to register the web service contexts with. This will typically be a server managed by the general Spring org.springframework.remoting.support.SimpleHttpServerFactoryBean.

Alternatively, configure a local HTTP server through the "port", "hostname" and "backlog" properties (or rely on the defaults there).