HP NonStop G-Series User Manual

Page 72

Advertising
background image

Note

If you are not familiar with using the Jolt Repository Editor, refer to

Adding a Service

and

Adding a Parameter

for more information about defining your services and adding new

parameters.

Using the Jolt Repository Editor, define the TOUPPER service for the SIMPAPP package.

1.

For the TOUPPER service, define an input buffer type of STRING and an output buffer type of STRING.

2.

Define only one parameter for the TOUPPER service named STRING that is both an input and an output parameter.

3.

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 TUXEDO server would take the buffer, convert the string to all uppercase letters and pass the string

Advertising