getDokumentServicePort

@WebEndpoint(name = "DokumentServicePort")
open fun getDokumentServicePort(): DokumentService

Return

returnsDokumentService


@WebEndpoint(name = "DokumentServicePort")
open fun getDokumentServicePort(features: Array<WebServiceFeature>): DokumentService

Return

returnsDokumentService

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.