// so that a list of 3 items is created.
// Failure to register the target would result in the last
// item not being added to the list
if (context.isNil(attributes)) {
Deserializer nilDSer = new DeserializerImpl();
nilDSer.registerValueTarget(
new MethodTarget(currentParam,
RPCParam.getValueSetMethod()));
return (SOAPHandler) nilDSer;
}