getBrukerServicePort

@WebEndpoint(name = "BrukerServicePort")
open fun getBrukerServicePort(): BrukerService

Return

returnsBrukerService


@WebEndpoint(name = "BrukerServicePort")
open fun getBrukerServicePort(features: Array<WebServiceFeature>): BrukerService

Return

returnsBrukerService

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.