Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LassoPaosResponse: Lasso Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Lasso Reference Manual">
<link rel="up" href="xml-idff.html" title="Objects from ID-FF 1.2 schemas">
<link rel="prev" href="lasso-LassoPaosRequest.html" title="LassoPaosRequest">
<link rel="next" href="lasso-LassoSamlAdvice.html" title="LassoSamlAdvice">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#lasso-LassoPaosResponse.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="xml-idff.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="lasso-LassoPaosRequest.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="lasso-LassoSamlAdvice.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="lasso-LassoPaosResponse"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="lasso-LassoPaosResponse.top_of_page"></a>LassoPaosResponse</span></h2>
<p>LassoPaosResponse — &lt;paos:Response&gt;</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="lasso-LassoPaosResponse.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">int</span>
</td>
<td class="function_name">
<a class="link" href="lasso-LassoPaosResponse.html#lasso-paos-response-validate" title="lasso_paos_response_validate ()">lasso_paos_response_validate</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="returnvalue">LassoNode</span></a> *
</td>
<td class="function_name">
<a class="link" href="lasso-LassoPaosResponse.html#lasso-paos-response-new" title="lasso_paos_response_new ()">lasso_paos_response_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="lasso-LassoPaosResponse.description"></a><h2>Description</h2>
<div class="figure">
<a name="id-1.3.4.25.4.2"></a><p class="title"><b>Figure 22. Schema fragment for paos:Response</b></p>
<div class="figure-contents"><pre class="programlisting">

&lt;xs:element name="Response" type="ResponseType"/&gt;
&lt;xs:complexType name="ResponseType"&gt;
    &lt;xs:attribute name="refToMessageID" type="IDType" use="optional"/&gt;
    &lt;xs:attribute ref="S:mustUnderstand" use="required"/&gt;
    &lt;xs:attribute ref="S:actor" use="required"/&gt;
&lt;/xs:complexType&gt;
</pre></div>
</div>
<br class="figure-break">
</div>
<div class="refsect1">
<a name="lasso-LassoPaosResponse.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="lasso-paos-response-validate"></a><h3>lasso_paos_response_validate ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span>
lasso_paos_response_validate (<em class="parameter"><code><span class="type">LassoPaosResponse</span> *node</code></em>);</pre>
<p>Validates the object conforms to required values.</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">mustUnderstand must be TRUE</li>
<li class="listitem">actor must be equal to <a class="link" href="lasso-Strings-for-SOAP.html#LASSO-SOAP-ENV-ACTOR:CAPS" title="LASSO_SOAP_ENV_ACTOR"><span class="type">LASSO_SOAP_ENV_ACTOR</span></a>
</li>
</ul></div>
<div class="refsect3">
<a name="lasso-paos-response-validate.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>response</p></td>
<td class="parameter_description"><p>The <span class="type">LassoPaosResponse</span> object to validate</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="lasso-paos-response-validate.returns"></a><h4>Returns</h4>
<p> 0 on success, error code otherwise</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="lasso-paos-response-new"></a><h3>lasso_paos_response_new ()</h3>
<pre class="programlisting"><a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="returnvalue">LassoNode</span></a> *
lasso_paos_response_new (<em class="parameter"><code>const <span class="type">gchar</span> *refToMessageID</code></em>);</pre>
<p>The <span class="type">LassoPaosResponse</span> object is initialized as follows:</p>
<div class="literallayout"><p><br>
  refToMessageID = <em class="parameter"><code>refToMessageID</code></em> (if non-NULL)<br>
  mustUnderstand = TRUE<br>
  actor = <a class="link" href="lasso-Strings-for-SOAP.html#LASSO-SOAP-ENV-ACTOR:CAPS" title="LASSO_SOAP_ENV_ACTOR"><span class="type">LASSO_SOAP_ENV_ACTOR</span></a><br>
</p></div>
<div class="refsect3">
<a name="lasso-paos-response-new.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>refToMessageID</p></td>
<td class="parameter_description"><p>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="lasso-paos-response-new.returns"></a><h4>Returns</h4>
<p> a newly created and initialized <span class="type">LassoPaosResponse</span> object</p>
</div>
</div>
</div>
<div class="refsect1">
<a name="lasso-LassoPaosResponse.other_details"></a><h2>Types and Values</h2>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
</body>
</html>