Parameters: parameterDescription - The parameterDescription to add to the set. Parameters: index - The index at which to place this parameterDescription
Returns the String descrbing this method result type. Note that this string is unparsed. For
example, if it represents a java.util.List, then that excact string will be
returned, i.e. "java.util.List". You can use other methods on this object to
retrieve parsed values for Generics and Holders.
Returns the returnType
Returns the class associated with the method result type. Note that if the resturn type a
generic (such as java.util.List) then the class associated with the raw type is
returned (i.e. java.util.List).
There are other methods that return the class for the actual type for certain JAX-WS specific
generics such as Response
Returns the parameterTypeClass.