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
/
Service
Service
@
Serializable
data
class
Service
(
val
name
:
String
,
val
port
:
Port
)
(
source
)
Members
Constructors
Service
Link copied to clipboard
constructor
(
name
:
String
,
port
:
Port
)
Properties
name
Link copied to clipboard
val
name
:
String
port
Link copied to clipboard
@
XmlElement
@
XmlSerialName
(
value
=
"port"
,
namespace
=
"http://schemas.xmlsoap.org/wsdl/"
)
val
port
:
Port