getSefrakInfoServicePort

@WebEndpoint(name = "SefrakInfoServicePort")
open fun getSefrakInfoServicePort(): SefrakInfoService

Return

returnsSefrakInfoService


@WebEndpoint(name = "SefrakInfoServicePort")
open fun getSefrakInfoServicePort(features: Array<WebServiceFeature>): SefrakInfoService

Return

returnsSefrakInfoService

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.