Binding

data class Binding(val name: String, val type: QName, val documentation: String? = null, val binding: SoapBinding, val operations: List<SoapOperation>)(source)

Constructors

Link copied to clipboard
constructor(name: String, type: QName, documentation: String? = null, binding: SoapBinding, operations: List<SoapOperation>)

Properties

Link copied to clipboard
@XmlElement
@XmlSerialName(value = "binding", namespace = "http://schemas.xmlsoap.org/wsdl/soap/")
val binding: SoapBinding
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<SoapOperation>
Link copied to clipboard
@Serializable(with = QNameSerializer::class)
val type: QName