/* * (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://www.osoa.org/xmlns/sca/1.0"; /** * Prefix form of the namespace that can be prepended to intent declarations. */ String SCA_PREFIX = '{' + SCA_NS + '}'; }