summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/2.0-M3-RC1/modules/sca-api/src/main/java/org/oasisopen/sca/Constants.java
blob: 44045a404d36bb3ce4d3a9ff5a7317d8d5bc8399 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * (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 + '}';
}