NonStop SOAP 4.1 User's Manual
Return Values:
This function returns the newly created array list.
The axutil_array_list_size()Function
Synopsis:
AXIS2_EXTERN int axutil_array_list_size
( struct axutil_array_list * array_list,
const axutil_env_t * env )
Description:
This function returns the number of elements in this list.
Parameters:
array_list
is a pointer to the array list.
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
This function returns the list size.
The axutil_array_list_is_empty() Function
Synopsis:
AXIS2_EXTERN axis2_bool_t axutil_array_list_is_empty
( struct axutil_array_list * array_list,
const axutil_env_t * env )
Description:
This function checks if the list is empty.
Parameters:
array_list
is a pointer to the array list
env
is a pointer to an environment structure. It cannot have a NULL value.
Return Values:
• AXIS2_SUCCESS on success.
• AXIS2_FAILURE on failure.
The axutil_array_list_contains() Function
Synopsis:
AXIS2_EXTERN axis2_bool_t axutil_array_list_contains
( struct axutil_array_list * array_list,
const axutil_env_t * env,
void * e )
Description:
This function returns true if the element is in the array_list.
Parameters:
array_list
is a pointer to the array list.
env
is a pointer to an environment structure. It cannot have a NULL value.
388 NonStop SOAP 4 APIs










