{
List<MessageProcessor> list = new ArrayList<MessageProcessor>();
list.add(new InboundEndpointMimeTypeCheckingMessageProcessor(endpoint));
list.add(new InboundEndpointPropertyMessageProcessor(endpoint));
list.add(new InboundNotificationMessageProcessor(endpoint));
list.add(new InboundLoggingMessageProcessor(endpoint));
return list;
}