addParameter
and setReturnType
methods before calling the invoke
method. In this case, the Call implementation class determines the parameter types by using reflection on parameters, using the WSDL description and configured type mapping registry.
@param paramName Name of the parameter
@param xmlType XML datatype of the parameter
@param parameterMode Mode of the parameter-whetherParameterMode.IN
, ParameterMode.OUT
, or ParameterMode.INOUT
@throws JAXRPCException This exception maybe thrown if the method isParameterAndReturnSpecRequired
returns false
for this operation.
@throws java.lang.IllegalArgumentException If any illegalparameter name or XML type is specified
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|