|
||
|
Namespace of the wsu_ReceivedType complex type.
|
|
||
|
Local part of the QName of the wsu_ReceivedType complex type.
|
|
||
|
The wsu_ReceivedType complex type, which represents the {http://schemas.xmlsoap.org/ws/2002/07/utility}ReceivedType element.
|
|
||
|
The wsu_ReceivedType_o complex type, which represents an optional instance of a {http://schemas.xmlsoap.org/ws/2002/07/utility}ReceivedType element.
|
|
||
|
Array of wsu_ReceivedType elements. This structure type is used represent an array of wsu_ReceivedType elements. Arrays are allocated by wsu_ReceivedType_array_init() and freed by calling wsu_ReceivedType_array_destroy(). Elements may be added to an array by calling wsu_ReceivedType_array_push(). |
|
|||||||
|
Initialize a wsu_ReceivedType. Allocates a new wsu_ReceivedType and initializes its contents. When the structure is no longer needed, it should be freed by calling wsu_ReceivedType_destroy().
|
|
|||||||
|
Destroy a wsu_ReceivedType. Frees a wsu_ReceivedType. All subelements and attributes will be destroyed (and freed if they are optional).
|
|
|||||||||
|
Copy a wsu_ReceivedType. Perform a deep copy of a wsu_ReceivedType. The dest structure will be allocated, and then a copy of the contents of src and its subelements and attributes will be made to dest.
|
|
|||||||
|
Initialize the contents of a wsu_ReceivedType. Initialize the contents of a wsu_ReceivedType. This should be used when the structure is allocated on the stack or by a some allocator besides wsu_ReceivedType_init(). The contents may be freed by calling wsu_ReceivedType_destroy_contents().
|
|
|||||||
|
Destroy the contents of a wsu_ReceivedType. Destroy the subelements and attributes of the given wsu_ReceivedType.
|
|
|||||||||
|
Copy the contents of a wsu_ReceivedType. Perform a deep copy of the contents of a wsu_ReceivedType. The dest strcuture must be allocated before making this call. A copy of the subelements and attributes of @ src will be made to dest.
|
|
|||||||||||||||
|
Deserialize a wsu_ReceivedType. Deserialize an element containing a wsu_ReceivedType element.
|
|
|||||||||||||||
|
Deserialize a wsu_ReceivedType. Deserialize a wsu_ReceivedType whose enclosing element has already been deserialized.
|
|
|||||||||||||||
|
Deserialize an optional wsu_ReceivedType. Deserialize the next element if it contains a wsu_ReceivedType.
|
|
|||||||
|
Initialize an array of wsu_ReceivedType elements. Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling wsu_ReceivedType_array_destroy().
|
|
|||||||
|
Destroy an array of wsu_ReceivedType elements. Frees an array of wsu_ReceivedType elements. The contents of each element element in the array be destroyed by calling wsu_ReceivedType_destroy_contents().
|
|
|||||||||
|
Copy an array of wsu_ReceivedType elements. Perform a deep copy of an array of wsu_ReceivedType elements. The dest array will be allocated, and then a copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Initialize the contents of an array of wsu_ReceivedType elements. Initialize the contents of an array of wsu_ReceivedType elements. Used when the array is allocated on the stack or by a some allocator besides wsu_ReceivedType_array_init(). The contents of the array may be freed by calling wsu_ReceivedType_array_destroy_contents().
|
|
|||||||
|
Destroy the contents of an array of wsu_ReceivedType elements. Destroy the elements in an array of wsu_ReceivedType elements. The contents of each element in the array be destroyed by calling wsu_ReceivedType_destroy_contents() and the array will be reset to be empty.
|
|
|||||||||
|
Copy the contents of an array of wsu_ReceivedType elements. Perform a deep copy of an array of wsu_ReceivedType elements. The dest array must be allocated before making this call. A copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Append a new wsu_ReceivedType to an array. Allocate and initialize a new wsu_ReceivedType structure, adding it to the end of the given array.
|
|
|||||||||||||||
|
Serialize an array of wsu_ReceivedType elements. Serialize an element containing an array of wsu_ReceivedType elements.
|
|
|||||||||||||||
|
Deserialize an array of wsu_ReceivedType elements. Deserialize an element containing an array of wsu_ReceivedType elements.
|
|
||
|
QName of the wsu_ReceivedType complex type.
|
|
||
|
Initial value:
{
&wsu_ReceivedType_qname,
wsu_ReceivedType_serialize_wrapper,
wsu_ReceivedType_deserialize_pointer_wrapper,
wsu_ReceivedType_init_wrapper,
wsu_ReceivedType_destroy_wrapper,
wsu_ReceivedType_copy_wrapper,
wsu_ReceivedType_init_contents_wrapper,
wsu_ReceivedType_destroy_contents_wrapper,
wsu_ReceivedType_copy_contents_wrapper,
sizeof(wsu_ReceivedType),
NULL,
&wsu_ReceivedType_contents_info,
&wsu_ReceivedType_array_info
}
|
|
||
|
Type information for serializing and deserializing wsu_ReceivedType elements.
|
|
||
|
Initial value:
{
&wsu_ReceivedType_qname,
wsu_ReceivedType_array_serialize_wrapper,
wsu_ReceivedType_array_deserialize_wrapper,
wsu_ReceivedType_array_init_wrapper,
wsu_ReceivedType_array_destroy_wrapper,
wsu_ReceivedType_array_copy_wrapper,
wsu_ReceivedType_array_init_contents_wrapper,
wsu_ReceivedType_array_destroy_contents_wrapper,
wsu_ReceivedType_array_copy_contents_wrapper,
sizeof(wsu_ReceivedType),
wsu_ReceivedType_array_push_wrapper,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing arrays of wsu_ReceivedType elements.
|
|
||
|
Initial value:
{
&wsu_ReceivedType_qname,
wsu_ReceivedType_serialize_contents_wrapper,
wsu_ReceivedType_deserialize_contents_wrapper,
wsu_ReceivedType_init_wrapper,
wsu_ReceivedType_destroy_wrapper,
wsu_ReceivedType_copy_wrapper,
wsu_ReceivedType_init_contents_wrapper,
wsu_ReceivedType_destroy_contents_wrapper,
wsu_ReceivedType_copy_contents_wrapper,
sizeof(wsu_ReceivedType),
NULL,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing the contents of wsu_ReceivedType without surrounding elements.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org