|
||
|
Namespace of the wst_RequestedProofTokenType complex type.
|
|
||
|
Local part of the QName of the wst_RequestedProofTokenType complex type.
|
|
||
|
The wst_RequestedProofTokenType complex type, which represents the {http://schemas.xmlsoap.org/ws/2004/04/trust}RequestedProofTokenType element.
|
|
||
|
The wst_RequestedProofTokenType_o complex type, which represents an optional instance of a {http://schemas.xmlsoap.org/ws/2004/04/trust}RequestedProofTokenType element.
|
|
||
|
Array of wst_RequestedProofTokenType elements. This structure type is used represent an array of wst_RequestedProofTokenType elements. Arrays are allocated by wst_RequestedProofTokenType_array_init() and freed by calling wst_RequestedProofTokenType_array_destroy(). Elements may be added to an array by calling wst_RequestedProofTokenType_array_push(). |
|
|||||||
|
Initialize a wst_RequestedProofTokenType. Allocates a new wst_RequestedProofTokenType and initializes its contents. When the structure is no longer needed, it should be freed by calling wst_RequestedProofTokenType_destroy().
|
|
|||||||
|
Destroy a wst_RequestedProofTokenType. Frees a wst_RequestedProofTokenType. All subelements and attributes will be destroyed (and freed if they are optional).
|
|
|||||||||
|
Copy a wst_RequestedProofTokenType. Perform a deep copy of a wst_RequestedProofTokenType. 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 wst_RequestedProofTokenType. Initialize the contents of a wst_RequestedProofTokenType. This should be used when the structure is allocated on the stack or by a some allocator besides wst_RequestedProofTokenType_init(). The contents may be freed by calling wst_RequestedProofTokenType_destroy_contents().
|
|
|||||||
|
Destroy the contents of a wst_RequestedProofTokenType. Destroy the subelements and attributes of the given wst_RequestedProofTokenType.
|
|
|||||||||
|
Copy the contents of a wst_RequestedProofTokenType. Perform a deep copy of the contents of a wst_RequestedProofTokenType. 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 wst_RequestedProofTokenType. Deserialize an element containing a wst_RequestedProofTokenType element.
|
|
|||||||||||||||
|
Deserialize a wst_RequestedProofTokenType. Deserialize a wst_RequestedProofTokenType whose enclosing element has already been deserialized.
|
|
|||||||||||||||
|
Deserialize an optional wst_RequestedProofTokenType. Deserialize the next element if it contains a wst_RequestedProofTokenType.
|
|
|||||||
|
Initialize an array of wst_RequestedProofTokenType elements. Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling wst_RequestedProofTokenType_array_destroy().
|
|
|||||||
|
Destroy an array of wst_RequestedProofTokenType elements. Frees an array of wst_RequestedProofTokenType elements. The contents of each element element in the array be destroyed by calling wst_RequestedProofTokenType_destroy_contents().
|
|
|||||||||
|
Copy an array of wst_RequestedProofTokenType elements. Perform a deep copy of an array of wst_RequestedProofTokenType 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 wst_RequestedProofTokenType elements. Initialize the contents of an array of wst_RequestedProofTokenType elements. Used when the array is allocated on the stack or by a some allocator besides wst_RequestedProofTokenType_array_init(). The contents of the array may be freed by calling wst_RequestedProofTokenType_array_destroy_contents().
|
|
|||||||
|
Destroy the contents of an array of wst_RequestedProofTokenType elements. Destroy the elements in an array of wst_RequestedProofTokenType elements. The contents of each element in the array be destroyed by calling wst_RequestedProofTokenType_destroy_contents() and the array will be reset to be empty.
|
|
|||||||||
|
Copy the contents of an array of wst_RequestedProofTokenType elements. Perform a deep copy of an array of wst_RequestedProofTokenType 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 wst_RequestedProofTokenType to an array. Allocate and initialize a new wst_RequestedProofTokenType structure, adding it to the end of the given array.
|
|
|||||||||||||||
|
Serialize an array of wst_RequestedProofTokenType elements. Serialize an element containing an array of wst_RequestedProofTokenType elements.
|
|
|||||||||||||||
|
Deserialize an array of wst_RequestedProofTokenType elements. Deserialize an element containing an array of wst_RequestedProofTokenType elements.
|
|
||
|
QName of the wst_RequestedProofTokenType complex type.
|
|
||
|
Initial value:
{
&wst_RequestedProofTokenType_qname,
wst_RequestedProofTokenType_serialize_wrapper,
wst_RequestedProofTokenType_deserialize_pointer_wrapper,
wst_RequestedProofTokenType_init_wrapper,
wst_RequestedProofTokenType_destroy_wrapper,
wst_RequestedProofTokenType_copy_wrapper,
wst_RequestedProofTokenType_init_contents_wrapper,
wst_RequestedProofTokenType_destroy_contents_wrapper,
wst_RequestedProofTokenType_copy_contents_wrapper,
sizeof(wst_RequestedProofTokenType),
NULL,
&wst_RequestedProofTokenType_contents_info,
&wst_RequestedProofTokenType_array_info
}
|
|
||
|
Type information for serializing and deserializing wst_RequestedProofTokenType elements.
|
|
||
|
Initial value:
{
&wst_RequestedProofTokenType_qname,
wst_RequestedProofTokenType_array_serialize_wrapper,
wst_RequestedProofTokenType_array_deserialize_wrapper,
wst_RequestedProofTokenType_array_init_wrapper,
wst_RequestedProofTokenType_array_destroy_wrapper,
wst_RequestedProofTokenType_array_copy_wrapper,
wst_RequestedProofTokenType_array_init_contents_wrapper,
wst_RequestedProofTokenType_array_destroy_contents_wrapper,
wst_RequestedProofTokenType_array_copy_contents_wrapper,
sizeof(wst_RequestedProofTokenType),
wst_RequestedProofTokenType_array_push_wrapper,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing arrays of wst_RequestedProofTokenType elements.
|
|
||
|
Initial value:
{
&wst_RequestedProofTokenType_qname,
wst_RequestedProofTokenType_serialize_contents_wrapper,
wst_RequestedProofTokenType_deserialize_contents_wrapper,
wst_RequestedProofTokenType_init_wrapper,
wst_RequestedProofTokenType_destroy_wrapper,
wst_RequestedProofTokenType_copy_wrapper,
wst_RequestedProofTokenType_init_contents_wrapper,
wst_RequestedProofTokenType_destroy_contents_wrapper,
wst_RequestedProofTokenType_copy_contents_wrapper,
sizeof(wst_RequestedProofTokenType),
NULL,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing the contents of wst_RequestedProofTokenType without surrounding elements.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org