Files
doc-fr/reference/stomp/stompframe.xml
2024-06-14 17:01:42 +01:00

110 lines
3.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: pierrick Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.stompframe" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>&class.theclass; StompFrame</title>
<titleabbrev>StompFrame</titleabbrev>
<partintro>
<!-- {{{ StompFrame intro -->
<section xml:id="stompframe.intro">
&reftitle.intro;
<para>
Représente un message envoyé ou reçu par un Broker de message compatible stomp.
</para>
</section>
<!-- }}} -->
<section xml:id="stompframe.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>StompFrame</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>StompFrame</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="stompframe.props.command">command</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="stompframe.props.headers">headers</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="stompframe.props.body">body</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.stompframe')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])"/>
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ StompFrame properties -->
<section xml:id="stompframe.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="stompframe.props.command">
<term><varname>command</varname></term>
<listitem>
<para>Commande du message.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="stompframe.props.headers">
<term><varname>headers</varname></term>
<listitem>
<para>En-têtes du message (&array;).</para>
</listitem>
</varlistentry>
<varlistentry xml:id="stompframe.props.body">
<term><varname>body</varname></term>
<listitem>
<para>Corps du message.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
&reference.stomp.entities.stompframe;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->