getBygningServicePort

@WebEndpoint(name = "BygningServicePort")
open fun getBygningServicePort(): BygningService

Return

returnsBygningService


@WebEndpoint(name = "BygningServicePort")
open fun getBygningServicePort(features: Array<WebServiceFeature>): BygningService

Return

returnsBygningService

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.