getSequenceBlockAllocatorServicePort

@WebEndpoint(name = "SequenceBlockAllocatorServicePort")
open fun getSequenceBlockAllocatorServicePort(): SequenceBlockAllocatorService

Return

returnsSequenceBlockAllocatorService


@WebEndpoint(name = "SequenceBlockAllocatorServicePort")
open fun getSequenceBlockAllocatorServicePort(features: Array<WebServiceFeature>): SequenceBlockAllocatorService

Return

returnsSequenceBlockAllocatorService

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.