NonStop SOAP 4.1 User's Manual

axis2_options_get_properties
Synopsis:
AXIS2_EXTERN axutil_hash_t* axis2_options_get_properties
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets the properties hash map.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns a pointer to the properties hash map if set, else returns NULL.
axis2_options_get_property
Synopsis:
AXIS2_EXTERN void* axis2_options_get_property
( const axis2_options_t * options,
const axutil_env_t * env,
const axis2_char_t * key )
Description:
This function gets a property corresponding to the given key.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
key
key of the property to be returned.
Return Values:
This function returns the value corresponding to the given key.
axis2_options_get_property
Synopsis:
AXIS2_EXTERN axis2_relates_to_t* axis2_options_get_property
( const axis2_options_t * options,
const axutil_env_t * env )
Description:
This function gets relates_to information.
Parameters:
options
pointer to options struct.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns pointer to relates_to structure if set, else returns NULL.
352 NonStop SOAP 4 APIs