This commit is contained in:
Mark Fisher
2009-10-07 18:29:01 +00:00
parent c00e1f1c82
commit 26a03f2c1e
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ public class FooService {
parameter. Instead, the method parameter type can match the message's payload type.
<programlisting language="java">public class FooService {
@Handler
@ServiceActivator
public void bar(<emphasis>Foo foo</emphasis>) {
...
}