INT-2750 Fix GatewayProxyFactoryBean Javadoc

Default serviceInterface is RequestReplyExchanger.
This commit is contained in:
Gary Russell
2012-09-14 12:21:51 -04:00
parent 921e9d6a36
commit 1d03acbc31

View File

@@ -121,7 +121,7 @@ public class GatewayProxyFactoryBean extends AbstractEndpoint implements Trackab
/**
* Set the interface class that the generated proxy should implement.
* If none is provided explicitly, the default is MessageHandler.
* If none is provided explicitly, the default is {@link RequestReplyExchanger}.
*/
public void setServiceInterface(Class<?> serviceInterface) {
Assert.notNull(serviceInterface, "'serviceInterface' must not be null");