getNedlastningServicePort

@WebEndpoint(name = "NedlastningServicePort")
open fun getNedlastningServicePort(): NedlastningService

Return

returnsNedlastningService


@WebEndpoint(name = "NedlastningServicePort")
open fun getNedlastningServicePort(features: Array<WebServiceFeature>): NedlastningService

Return

returnsNedlastningService

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.