/* * Portions of this file Copyright 1999-2005 University of Chicago * Portions of this file Copyright 1999-2005 The University of Southern California. * * This file or a portion of this file is licensed under the * terms of the Globus Toolkit Public License, found at * http://www.globus.org/toolkit/download/license.html. * If you redistribute this file, with or without * modifications, you must include this notice in the file. */ package org.globus.mds.bigindex.impl; /** * Index service implementation. All functionality is implemented via operation * providers. */ public class BigIndexService { public static final String BIGINDEX_NS= "http://mds.globus.org/bigindex/2008/11/24"; public static final String BIGINDEX_TYPES_NS= "http://mds.globus.org/bigindex/2008/11/24/types"; }