blob: 1d74e47c9558b057355d3e8a6dcd21840f13b421 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2011 Attensity Europe GmbH and brox IT Solutions GmbH. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this
* distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Juergen Schumacher (Attensity Europe GmbH) - initial API and implementation
*******************************************************************************/
package org.eclipse.smila.http.server;
/**
* Service interface for HttpService.
*/
public interface HttpService {
/** The bundle name. Used when reading properties from the configuration file. */
String BUNDLE_NAME = "org.eclipse.smila.http.server";
}