getInformasjonServicePort

@WebEndpoint(name = "InformasjonServicePort")
open fun getInformasjonServicePort(): InformasjonService

Return

returnsInformasjonService


@WebEndpoint(name = "InformasjonServicePort")
open fun getInformasjonServicePort(features: Array<WebServiceFeature>): InformasjonService

Return

returnsInformasjonService

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.