This commit is contained in:
Mark Fisher
2009-10-07 18:28:25 +00:00
parent 5e5b037bde
commit 3056c42911
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>) {
...
}