blob: 44045a404d36bb3ce4d3a9ff5a7317d8d5bc8399 [file] [log] [blame]
/*
* (c) Copyright BEA Systems, Inc., Cape Clear Software, International Business Machines Corp, Interface21, IONA Technologies,
* Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave Software, SAP AG., Siemens AG., Software AG., Sybase
* Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
*
* see http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
*/
package org.oasisopen.sca;
/**
* @version $Rev$ $Date$
*/
public interface Constants {
/**
* Namespace for intents.
*/
String SCA_NS = "http://docs.oasis-open.org/ns/opencsa/sca/200903";
/**
* Prefix form of the namespace that can be prepended to intent declarations.
*/
String SCA_PREFIX = '{' + SCA_NS + '}';
}