Message Container is an abstraction of the collection of messages. It is used to
carry messages around the enterprise. For example business service operation result structure may carry messages.
By implementing this interface message container offers to the message processing code
opportunity to access messages
Returns combined array of zero or more contained messages of any kind.
This is the convenience method. It can be used, for example, to just get all messages
irrespective of their type and print them out