getIdentServicePort

@WebEndpoint(name = "IdentServicePort")
open fun getIdentServicePort(): IdentService

Return

returnsIdentService


@WebEndpoint(name = "IdentServicePort")
open fun getIdentServicePort(features: Array<WebServiceFeature>): IdentService

Return

returnsIdentService

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.