Jolt 1.2 Developer's Guide

ToUpper.java Client Code
Example 6-2 illustrates how Jolt works with a service whose buffer type is STRING. The example shows a Jolt client using a STRING buffer to
pass data to a server. The NonStop
TM
TUXEDO server would take the buffer, convert the string to all uppercase letters and pass the string back to
the client. The example assumes that a session object was already instantiated.
Example 6-2. Use of the STRING buffer type (ToUpper.java)