getOverfoeringServicePort

@WebEndpoint(name = "OverfoeringServicePort")
open fun getOverfoeringServicePort(): OverfoeringService

Return

returnsOverfoeringService


@WebEndpoint(name = "OverfoeringServicePort")
open fun getOverfoeringServicePort(features: Array<WebServiceFeature>): OverfoeringService

Return

returnsOverfoeringService

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.