responseClass = BaseFeed.class;
}
boolean isAdapting = isAdapting(feedClass);
// Create a new feed instance.
IFeed feed;
try {
feed = feedClass.newInstance();
} catch (IllegalAccessException iae) {
throw new ServiceException(
CoreErrorDomain.ERR.cantCreateFeed, iae);