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