#include <axis2_endpoint_ref.h>
#include <axis2_svc_client.h>
#include <axis2_options.h>
#include <axiom_xml_reader.h>
#include <axis2_property.h>
Go to the source code of this file.
Classes | |
struct | axis2_stub_ops |
struct | axis2_stub |
Defines | |
#define | AXIOM_SOAP_11 0 |
#define | AXIOM_SOAP_12 1 |
#define | AXIS2_STUB_FREE(stub, env) ((stub)->ops->free (stub, env)) |
#define | AXIS2_STUB_SET_ENDPOINT_REF(stub, env, endpoint_ref) ((stub)->ops->set_endpoint_ref (stub, env, endpoint_ref)) |
#define | AXIS2_STUB_SET_ENDPOINT_URI(stub, env, endpoint_uri) ((stub)->ops->set_endpoint_uri (stub, env, endpoint_uri)) |
#define | AXIS2_STUB_SET_USE_SEPERATE_LISTENER(stub, env, use_separate_listener) ((stub)->ops->set_use_separate_listener (stub, env, use_separate_listener)) |
#define | AXIS2_STUB_ENGAGE_MODULE(stub, env, module_name) ((stub)->ops->engage_module (stub, env, module_name)) |
#define | AXIS2_STUB_SET_SOAP_VERSION(stub, env, soap_version) ((stub)->ops->set_soap_version (stub, env, soap_version)) |
#define | AXIS2_STUB_GET_SVC_CTX_ID(stub, env) ((stub)->ops->get_svc_ctx_id (stub, env)) |
#define | AXIS2_STUB_GET_SVC_CLIENT(stub, env) ((stub)->ops->get_svc_client(stub, env)) |
#define | AXIS2_STUB_GET_OPTIONS(stub, env) ((stub)->ops->get_options(stub, env)) |
Typedefs | |
typedef axis2_stub_ops | axis2_stub_ops_t |
typedef axis2_stub | axis2_stub_t |
Functions | |
AXIS2_EXTERN axis2_stub_t * | axis2_stub_create_with_endpoint_ref_and_client_home (const axis2_env_t *env, axis2_endpoint_ref_t *endpoint_ref, const axis2_char_t *client_home) |
AXIS2_EXTERN axis2_stub_t * | axis2_stub_create_with_endpoint_uri_and_client_home (const axis2_env_t *env, const axis2_char_t *endpoint_uri, const axis2_char_t *client_home) |