kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Port
Port
@
Serializable
data
class
Port
(
val
binding
:
String
,
val
name
:
String
,
val
usingAddressing
:
UsingAddressing
?
=
null
,
val
policy
:
Policy
?
=
null
,
val
address
:
Address
)
(
source
)
Members
Constructors
Port
Link copied to clipboard
constructor
(
binding
:
String
,
name
:
String
,
usingAddressing
:
UsingAddressing
?
=
null
,
policy
:
Policy
?
=
null
,
address
:
Address
)
Properties
address
Link copied to clipboard
val
address
:
Address
binding
Link copied to clipboard
val
binding
:
String
name
Link copied to clipboard
val
name
:
String
policy
Link copied to clipboard
val
policy
:
Policy
?
using
Addressing
Link copied to clipboard
val
usingAddressing
:
UsingAddressing
?