1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="bus">
<title>The Invocation Bus</title>
<para>The invocation bus provides detyped, named access to the objects in
the registry.</para>
<sect1 id="bus-overview" revision="1">
<title>Bus - invoking objects by name</title>
<para>The invocation bus provides <itemizedlist spacing="compact">
<listitem><para>
Detyped invocations - the beans operations can be invoked by name using
</para></listitem>
<listitem><para>
Named endpoints - the target bean is specified by a name registered in the registry
</para></listitem>
</itemizedlist></para>
</sect1>
</chapter>
|