blob: 05411ced728c875e3ab95abe7f8868cc885fae8e [file] [log] [blame]
/*
* Copyright 2004,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.axis2.osgi.deployment;
/**
* Contains the list of constants
*/
public final class OSGiAxis2Constants {
public static String MODULE_NOT_FOUND_ERROR = "Error 1: Required module is not found. Module name : ";
public static String PROTOCOL = "protocol";
public static String CONTENT_TYPE = "contentType";
public static String MEP = "mep";
public static String AXIS2_OSGi_ROOT_CONTEXT = "org.axis2.osgi.service.context.root";
public static String OSGi_BUNDLE_ID = "_OSGi_BUNDLE_ID_";
}