getKartServicePort

@WebEndpoint(name = "KartServicePort")
open fun getKartServicePort(): KartService

Return

returnsKartService


@WebEndpoint(name = "KartServicePort")
open fun getKartServicePort(features: Array<WebServiceFeature>): KartService

Return

returnsKartService

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.