Empty MessageSource that delegates all calls to the parent MessageSource.
If no parent is available, it simply won't resolve any message.
Used as placeholder by AbstractApplicationContext, if the context doesn't
define its own MessageSource. Not intended for direct use in applications.
author: Juergen Hoeller since: 1.1.5 See Also:AbstractApplicationContext