blob: 6ea7b68b5a70224b47194ea2bf0aa398ffd37e0d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 by SAP AG, Walldorf.
* 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:
* SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.jst.ws.jaxws.utils.dom.validation;
public class DomValidationConstants
{
public static final String MARKER_ID = "org.eclipse.jst.ws.jaxws.dom.integration.WsValidatorMarker"; //$NON-NLS-1$
public static final String IMPLEMENTATION = "implementation"; //$NON-NLS-1$
public static final String WS_CONSTRAINT_ID = "webServiceConstraint"; //$NON-NLS-1$
public static final String WP_CONSTRAINT_ID = "webParamConstraint"; //$NON-NLS-1$
public static final String WM_CONSTRAINT_ID = "webMethodConstraint"; //$NON-NLS-1$
public static final String SEI_CONSTRAINT_ID = "seiConstraint"; //$NON-NLS-1$
}