}
protected XmlRpcCommunicationChannelServerFactory getXmlRpcFactory()
throws InstantiationException, IllegalAccessException,
ClassNotFoundException {
XmlRpcCommunicationChannelServerFactory factory = new XmlRpcCommunicationChannelServerFactory();
factory.setPort(getPort());
factory.setCatalogServiceFactory(getCatalogServiceFactory());
return factory;
}