public void getIntrospection(Storage storage,String xmlBase,String basePath,CollectionLocator locator,ItemDestination dest)
throws SQLException,IOException,XMLException
{
Iterator<Feed> feeds = getFeeds();
ItemConstructor constructor = InfosetFactory.getDefaultInfoset().createItemConstructor();
dest.send(constructor.createDocument());
Element service = constructor.createElement(XML.SERVICE);
service.addNamespaceBinding(Name.NO_PREFIX,AtomResource.APP_NAMESPACE);
service.addNamespaceBinding("atom",AtomResource.ATOM_NAMESPACE);
if (xmlBase!=null) {
service.setBaseURI(URI.create(xmlBase));