flux
Class WebServiceAction.WebServiceActionResult

java.lang.Object
  extended by flux.WebServiceAction.WebServiceActionResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
WebServiceAction

public static class WebServiceAction.WebServiceActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

The result returned by the Web service, which is not a Flux persistent object and may be a single result object or multi-valued result object, which is returned as an object array whose types are defined by the WSDL.

See Also:
Serialized Form

Field Summary
 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 Summary
WebServiceAction.WebServiceActionResult()
           
 
Method Summary
 java.lang.Object clone()
          Clones a Web service action result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public transient 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.

The exact type of result depends entirely on the WSDL. Consult the WSDL for the exact return type.

Constructor Detail

WebServiceAction.WebServiceActionResult

public WebServiceAction.WebServiceActionResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones a Web service action result.

Overrides:
clone in class java.lang.Object
Returns:
A Web service action result clone.
Throws:
java.lang.CloneNotSupportedException - Should never be thrown.


© 2014 Flux Corporation. All rights reserved.