getRegisterenhetServicePort

@WebEndpoint(name = "RegisterenhetServicePort")
open fun getRegisterenhetServicePort(): RegisterenhetService

Return

returnsRegisterenhetService


@WebEndpoint(name = "RegisterenhetServicePort")
open fun getRegisterenhetServicePort(features: Array<WebServiceFeature>): RegisterenhetService

Return

returnsRegisterenhetService

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.