getTeigServicePort

@WebEndpoint(name = "TeigServicePort")
open fun getTeigServicePort(): TeigService

Return

returnsTeigService


@WebEndpoint(name = "TeigServicePort")
open fun getTeigServicePort(features: Array<WebServiceFeature>): TeigService

Return

returnsTeigService

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.