getKodelisteServicePort

@WebEndpoint(name = "KodelisteServicePort")
open fun getKodelisteServicePort(): KodelisteService

Return

returnsKodelisteService


@WebEndpoint(name = "KodelisteServicePort")
open fun getKodelisteServicePort(features: Array<WebServiceFeature>): KodelisteService

Return

returnsKodelisteService

Parameters

features

A list of jakarta.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.