public static class WebServiceAction.WebServiceActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
result
The result returned by the Web service, which is not a Flux persistent
object and may be a simple object like a string or an integer or a more
complex object like an object array whose types are defined by the WSDL.
|
Constructor and Description |
---|
WebServiceActionResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones a Web service action result.
|
public transient java.lang.Object result
© 2000-2025 Flux Corporation. All rights reserved.