PortType

data class PortType(val name: String, val documentation: String? = null, val operations: List<Operation>)(source)

Constructors

Link copied to clipboard
constructor(name: String, documentation: String? = null, operations: List<Operation>)

Properties

Link copied to clipboard
@XmlElement
@XmlSerialName(value = "documentation", namespace = "http://schemas.xmlsoap.org/wsdl/")
val documentation: String?
Link copied to clipboard
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "operation", namespace = "http://schemas.xmlsoap.org/wsdl/")
val operations: List<Operation>