oxs_transforms_factory.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef OXS_TRANSFORMS_FACTORY_H
00019 #define OXS_TRANSFORMS_FACTORY_H
00020
00021
00027 #include <axis2_defines.h>
00028 #include <oxs_ctx.h>
00029 #include <axutil_env.h>
00030 #include <axiom_node.h>
00031 #include <axiom_element.h>
00032 #include <axutil_qname.h>
00033 #include <oxs_transform.h>
00034
00035 #ifdef __cplusplus
00036 extern "C"
00037 {
00038 #endif
00039
00040 AXIS2_EXTERN oxs_transform_t *AXIS2_CALL
00041 oxs_transforms_factory_produce_transform(const axutil_env_t *env,
00042 axis2_char_t *id);
00043
00044
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049
00050 #endif