getStoreServicePort

@WebEndpoint(name = "StoreServicePort")
open fun getStoreServicePort(): StoreService

Return

returnsStoreService


@WebEndpoint(name = "StoreServicePort")
open fun getStoreServicePort(features: Array<WebServiceFeature>): StoreService

Return

returnsStoreService

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.