Output

The output for the activity is the following.

Output Item

Datatype

Description

request

Java Object

An object reference to the request object sent in the RMI request. The client might not send any data in the request, and in that case, this element remains nil.

reply

Java Object

An object reference to the reply object required by the client. The client might not require a reply, and in that case, this element remains nil.

<data>

varies

The output schema specified on the Output Editor tab. Data from the request object is extracted into the elements of this output schema. This allows you to easily access data from the request object without passing the object to a Java Code or Java to XML activity.