/* ---------------------------------------------------------------- * namespaces.h * * Header file of BES++ client library * * Copyright (C) 2006-2009, Platform Computing Corporation. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ #ifndef _NAMESPACES_H #define _NAMESPACES_H #define JSDL_NS "http://schemas.ggf.org/jsdl/2005/11/jsdl" #define JSDL_POSIX_NS "http://schemas.ggf.org/jsdl/2005/11/jsdl-posix" #define JSDL_HPCPA_NS "http://schemas.ggf.org/jsdl/2006/07/jsdl-hpcpa" #define HPCP_AC_NS "http://schemas.org.org/hpcp/2007/11/ac" #define BES_NS "http://schemas.ggf.org/bes/2006/08/bes-factory" #define WSA_NS "http://www.w3.org/2005/08/addressing" #define WSSE_NS "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" #define WSU_NS "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" #endif /* _NAMESPACES_H */