Description: This is the third in a series of excerpts from \"Chapter 5: Working with Complex Data Types\" of Java and SOAP. This excerpt covers passing custom types as parameters. Passing Custom Types as ParametersAs Java programmers, we certainly don\'t restrict ourselves to the classes found in the standard Java packages. A substantial part of our code exists as custom types, Java classes of our own creation that embody the functionality and characteristics of the systems we\'re building.