String help = getMethodHelp(pClass, pMethods);
if (sig == null || help == null) {
return new ReflectiveXmlRpcHandler(this, typeConverterFactory,
pClass, instanceIsStateless, pMethods);
}
return new ReflectiveXmlRpcMetaDataHandler(this, typeConverterFactory,
pClass, instanceIsStateless, pMethods, sig, help);
}