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/")
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "documentation", namespace = "http://schemas.xmlsoap.org/wsdl/")
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "operation", namespace = "http://schemas.xmlsoap.org/wsdl/")
Link copied to clipboard