kfx
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl.model
/
Port
Port
@
Serializable
data
class
Port
(
val
name
:
String
,
val
binding
:
QName
,
val
address
:
Address
)
(
source
)
Members
Constructors
Port
Link copied to clipboard
constructor
(
name
:
String
,
binding
:
QName
,
address
:
Address
)
Properties
address
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"address"
,
namespace
=
"http://schemas.xmlsoap.org/wsdl/soap/"
)
val
address
:
Address
binding
Link copied to clipboard
@
Serializable
(
with
=
QNameSerializer::class
)
val
binding
:
QName
name
Link copied to clipboard
val
name
:
String