Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

woden.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef WODEN_H
00018 #define WODEN_H
00019 
00025 #include <axis2_env.h>
00026 
00027 #ifdef __cplusplus
00028 extern "C"
00029 {
00030 #endif
00031 
00032 
00046     typedef enum woden_obj_types
00047     {
00048         WODEN_SCHEMA = 0,
00049         WODEN_IMPORTED_SCHEMA,
00050         WODEN_INLINED_SCHEMA,
00051         WODEN_XML_ATTR,
00052         WODEN_QNAME_ATTR,
00053         WODEN_URI_ATTR,
00054         WODEN_QNAME_LIST_ATTR,
00055         WODEN_STRING_ATTR,
00056         WODEN_QNAME_LIST_OR_TOKEN_ANY_ATTR,
00057         WODEN_QNAME_OR_TOKEN_ANY_ATTR,
00058         WODEN_BOOL_ATTR,
00059         WODEN_WSDL_ELEMENT,
00060         WODEN_ATTR_EXTENSIBLE,
00061         WODEN_ELEMENT_EXTENSIBLE,
00062         WODEN_FEATURE,
00063         WODEN_PROPERTY,
00064         WODEN_DESC,
00065         WODEN_TYPES,
00066         WODEN_DOCUMENTATION,
00067         WODEN_TYPE_DEF,
00068         WODEN_INTERFACE,
00069         WODEN_INTERFACE_FAULT,
00070         WODEN_INTERFACE_FAULT_REF,
00071         WODEN_INTERFACE_MSG_REF,
00072         WODEN_INTERFACE_OP,
00073         WODEN_BINDING,
00074         WODEN_BINDING_FAULT,
00075         WODEN_BINDING_FAULT_REF,
00076         WODEN_BINDING_MSG_REF,
00077         WODEN_BINDING_OP,
00078         WODEN_ENDPOINT,
00079         WODEN_SVC,
00080         WODEN_ELEMENT_DECL,
00081         WODEN_SOAP_BINDING_EXTS,
00082         WODEN_SOAP_BINDING_FAULT_EXTS,
00083         WODEN_SOAP_BINDING_FAULT_REF_EXTS,
00084         WODEN_SOAP_BINDING_MSG_REF_EXTS,
00085         WODEN_SOAP_BINDING_OP_EXTS,
00086         WODEN_IMPORT,
00087         WODEN_INCLUDE,
00088         AXIS2_QNAME,
00089         AXIS2_QNAME_LIST,
00090         WODEN_SOAP_HEADER_BLOCK,
00091         WODEN_SOAP_MODULE,
00092         WODEN_SOAP_MODULE_DESERIALIZER,
00093         WODEN_SOAP_HEADER_BLOCK_DESERIALIZER
00094     } woden_obj_types_t;
00095 
00098 #ifdef __cplusplus
00099 }
00100 #endif
00101 
00102 #endif /* WODEN_H */

Generated on Fri Jun 16 18:02:31 2006 for Axis2/C by  doxygen 1.4.2