INT-824
This commit is contained in:
@@ -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>) {
|
||||
...
|
||||
}
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<bookinfo>
|
||||
<title>Spring Integration Reference Manual</title>
|
||||
<titleabbrev>Spring Integration 1.0.3</titleabbrev>
|
||||
<titleabbrev>Spring Integration 2.0.0 M1</titleabbrev>
|
||||
|
||||
|
||||
<productname>Spring Integration</productname>
|
||||
<releaseinfo>1.0.3</releaseinfo>
|
||||
<releaseinfo>2.0.0 Milestone 1</releaseinfo>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
|
||||
Reference in New Issue
Block a user