Service

data class Service(val name: String, val port: Port)(source)

Constructors

Link copied to clipboard
constructor(name: String, port: Port)

Properties

Link copied to clipboard
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "port", namespace = "http://schemas.xmlsoap.org/wsdl/")
val port: Port