// this method to prevent warning message
}
public ImplementorCache createImplementorCache(ServletConfig sc) {
ImplementorCache ic = rpcFactory_.createImplementorCache(sc);
ImplementorCacheDelegate delegate =
new ImplementorCacheDelegateImpl(sc);
ic.setDelegate(delegate);
return ic;
}