getBrukerAdminServicePort

@WebEndpoint(name = "BrukerAdminServicePort")
open fun getBrukerAdminServicePort(): BrukerAdminService

Return

returnsBrukerAdminService


@WebEndpoint(name = "BrukerAdminServicePort")
open fun getBrukerAdminServicePort(features: Array<WebServiceFeature>): BrukerAdminService

Return

returnsBrukerAdminService

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.