WsdlService

data class WsdlService(val endpointQualifiedNames: List<String>? = null, val qualifiedName: String) : ConvertibleToJava<WsdlService>

The service with name and endpoint names

Constructors

Link copied to clipboard
constructor(endpointQualifiedNames: List<String>? = null, qualifiedName: String)

Properties

Link copied to clipboard

List of the endpoints' qualified names

Link copied to clipboard

The service's qualified name

Functions

Link copied to clipboard
open override fun toJava(): WsdlService