}
}
protected ServiceAsyncRequestReplyRequestor createAsyncReplyProcessor()
{
ServiceAsyncRequestReplyRequestor asyncReplyMessageProcessor = new ServiceAsyncRequestReplyRequestor();
asyncReplyMessageProcessor.setTimeout(getAsyncReplyTimeout());
asyncReplyMessageProcessor.setFailOnTimeout(asyncReplyMessageSource.isFailOnTimeout());
asyncReplyMessageProcessor.setReplySource(asyncReplyMessageSource);
return asyncReplyMessageProcessor;
}